Landscape macro

  • Thread starter Thread starter uj
  • Start date Start date
U

uj

I need to be able to have my macro change from landscape
to portrait and back when I use my print macro. Any
ideas how to do this?

Thanks
 
One way:
You could put an InputBox in your print macro. When it pops up you
would enter P or L or whatever you want to use. Then add code to the macro
to change the setup accordingly. HTH Otto
 
Back
Top