|
-
Nov 17th, 2000, 07:03 PM
#2
New Member
The number of copies to be printed can be set using the following command:
Printer.Copies = 2 'print 2 copies
To print in landscape:
Printer.Orientation = vbPROPLandscape
If you use the Printer Common Dialog to allow the user to specify the number of copies, you can do the following:
Printer.Copies = CommonDialog1.Copies
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
|