> Version: 2008
> Operating System: Mac OS X 10.4 (Tiger)
[quoted text clipped - 5 lines]
> How can I do this so that the columns continue up to the next column on the
> same page and not down to a new page?
One way:
http://www.rondebruin.nl/print.htm#non-contiguous
(use the Excel 97-2003 method)
Otherwise, you can use another sheet and enter something like:
A1: =INDEX(Sheet1!$A:$B,INT((COLUMN()-1)/2)*x+ROW(),2-MOD(COLUMN(),2))
where 'x' is the number of rows to print. Copy down 'x' rows, and across
as far as needed.