I have created a form with horizontal and vertical lines and text to fill in the difference cells. I need to have some of the text to be printed in landscape rather than portrait orientation. When I try to change the orientation with the following, I get an error that says I cannot do that within a page. How is this possible. I am using VB5 to write the code.
Printer.Orientation = 2 'Landscapt orientation
Rubiconlwb