I have a 3-column worksheet, about 11000 rows. I want to print it 2-up. i.e.:
page 1
A1 B1 C1 A41 B41 C41
A2 B2 C2 A42 B42 C42
. .
. .
A40 B40 C40 A80 B80 C80

page 2
A81 B81 C81 A121 B121 C121
A82 B82 C82 A122 B122 C122
. .
. .
A120 B120 C120 A160 B160 C160

Can it be automated somehow to print in this fashion? Views, reports, macros? The best solution I've devised is to arduously (albeit one-time) set up a separate spreadsheet in this format to extract from the first one.
I hope I've explained it well and that this isn't a stupid question. Thanks for any assistance.