I need to change the orientation of the printer so that my landscape reports print out properly.
Any help would be greatly appreciated.
Jason
[email protected]
Printable View
I need to change the orientation of the printer so that my landscape reports print out properly.
Any help would be greatly appreciated.
Jason
[email protected]
You might want to look at printers collection. Choose appropriate printer. This printer object has aorientation property. Setting it to vbPRORPortrait(1) prints portrait & vbPRORLandscape (2) prints in landscape. Check MSDN for details.