Reproducing Data

R

Ross

Hi,

I'm tryin to print off several pages at a time and I want the data I have in
cells A1:C64 to be on every new page that is printed off. My required
printing runs from colums A - BL.
How do I do this without inseting my A1:C64 data several times into the
worksheet?

Many Thanks,
Ross
 
A

Andy Williams

Got to File->Page Setup
Select the Sheets tab
In the 'Rows to Repeat at Top' box enter $1:$64
In the 'Columns to Repeat at Left' box enter $A:$C
 
Top