Hi,

How can we page setup? How can we set paper to CENTER, RIGHT or LEFT to be printed? If I would like the paper to start printing 1 inch from right margin, or 1 inch from left margin... what to write in the code?

The following code for Orientation works fine.

VB Code:
  1. Printer.Orientation = vbPRORLandscape
VB Code:
  1. Printer.Orientation = vbPRORPortrait

Any help, please?

Seema_S