Thread: Printing A Form
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
jeffrey jeffrey is offline
external usenet poster
 
Posts: 4
Default Printing A Form

I am trying to use VBA to print an excel form. I use the
object.PrintForm method. However the form is printed in portrait mode
when I want it printed in Landscape mode. How do I get the printed
output to come out in Landscape mode? I want to be able to do this in
VBA.

Thanks.