Portrait AND Landscape

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

After using Page Setup to select two groups of specific rows and columns to print, is there a way in Excel to have the first selection print Portrait and the second print Landscape? If not in Excel, can it be done in VB?
 
Hi
this would require VBA. Try recording a macro while doing the following
manually:
- set the pagesetup
- print your first selection
- change the pagesetup
- print the second selection
 
Would I tie this in to the BeforePrint module, or will I have to use a button on the spreadsheet linked to the macro?
 
I think I'd check to see if the firstrow printed on page two was correct.

Mosttimes when you change orientation, the amount printed can change.

If you're careful with manual page breaks, it might be easier, too.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top