Can I print more columns underneath other columns on one page?

  • Thread starter Thread starter Tyler at Creme
  • Start date Start date
T

Tyler at Creme

Is it possible to print, for example rows 1-15/columns A-F at the top of a
legal page (landscape) and then underneath it on the same page, rows
1-15/columns G-L?
 
Not without manipulation prior to printing.

i.e. cut G1:L15 and paste to A16

To preserve the original layout, copy the sheet and do the cut/paste on that
sheet.

Or record a macro doing the cut/paste.......print.......cut/paste back to
original layout.


Gord Dibben MS Excel MVP
 
Back
Top