Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Repeat Rows At Top Function

Status
Not open for further replies.

bigmerf

MIS
Oct 4, 2002
247
US
I have a spreadsheet with about 10 pages of data. I want to print the 1st row on all of the pages but the last page.

I went to the File-->Page Setup-->Sheet Tab and then selected the row I wish to repeat at the top of each page.

Now the question I have is: Is it possible to repeat the row on every page EXCEPT for the last row? I tried some coding such as Range(1:1) - (page -1) or something to that effect. I can't seem to get it to work.

Does anyone know of a way to make this happen?

Any help would be great!
 
Put all the information from your last page on another worsheet. Then set up the rows on the worksheet that DOES have the repeated rows, and when you print, tell it to print entire workbook.



Sawedoff

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top