Hi,
I'm trying to set the printer orientation to landscape. i am not sure whetheri have the correct code for it. I have:
Printer.orientation = 2
Please tell me whether 2 is Landscape.
Thanks in advance
Mike
Printable View
Hi,
I'm trying to set the printer orientation to landscape. i am not sure whetheri have the correct code for it. I have:
Printer.orientation = 2
Please tell me whether 2 is Landscape.
Thanks in advance
Mike
Mike,
Your code should work.
Printer.Orientation = 2 'Sets the printer to landscape
Printer.Orientation = 1 'Sets the printer to portrait
You'll get more info if you check out the Printer Object Constants in the VB Help Files.