|
-
Mar 15th, 2000, 07:24 PM
#1
Thread Starter
Lively Member
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
-
Mar 15th, 2000, 07:57 PM
#2
Lively Member
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|