Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default print header row on all pages except last page

I would like to print a worksheet that is 12 pages and repeat rows on 11
pages except the last one since the the last page is the total page. HELP!!!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 170
Default print header row on all pages except last page

The first part is easy enough. Filepage setup Sheet tab. Enter the rows you
want to repeat on EVERY page.

This will reprint yoru specified rows on each page of teh print out. It
will, however, also print on the last page. Maybe one of the MVP's has a
solution to eliminate them on the last page!

HTH

"Woofaloo" wrote:

I would like to print a worksheet that is 12 pages and repeat rows on 11
pages except the last one since the the last page is the total page. HELP!!!

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default print header row on all pages except last page

Yes thanks. I have the "all pages" covered. Someone told me it's a formula
to place in the Print Titles in the page setup. I am "Formula Ignorant" so I
need help....It seems that you should be able to un-include rows or stop a a
particular row.
Thanks again....

"JR Hester" wrote:

The first part is easy enough. Filepage setup Sheet tab. Enter the rows you
want to repeat on EVERY page.

This will reprint yoru specified rows on each page of teh print out. It
will, however, also print on the last page. Maybe one of the MVP's has a
solution to eliminate them on the last page!

HTH

"Woofaloo" wrote:

I would like to print a worksheet that is 12 pages and repeat rows on 11
pages except the last one since the the last page is the total page. HELP!!!

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default print header row on all pages except last page

Woof

Sub rows_to_repeat()
With ActiveSheet.PageSetup
.PrintTitleRows = "$1:$1"
ActiveSheet.PrintOut From:=1, To:=11
.PrintTitleRows = ""
ActiveSheet.PrintOut From:=12, To:=12
End With
End Sub


Gord Dibben MS Excel MVP

On Wed, 10 Jan 2007 12:07:01 -0800, Woofaloo
wrote:

I would like to print a worksheet that is 12 pages and repeat rows on 11
pages except the last one since the the last page is the total page. HELP!!!


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel File is shrinking two pages to fit to one page ChuckW Excel Discussion (Misc queries) 1 December 13th 06 03:52 AM
print preview v page break preview SamB Excel Discussion (Misc queries) 0 November 16th 06 05:09 PM
print a certain row as the header on each page Michelle Excel Discussion (Misc queries) 1 October 13th 05 10:14 PM
header/footer "page 1 of 'x' pages" FloBuddyDog Excel Discussion (Misc queries) 1 August 2nd 05 08:35 PM
How can I print a different header on each page of an Excel Sheet Fatrad Excel Discussion (Misc queries) 2 June 30th 05 07:20 PM


All times are GMT +1. The time now is 08:01 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"