Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
JHJ JHJ is offline
external usenet poster
 
Posts: 7
Default Page numbering of multiple sheets

Situation: I'm printing multiple worksheets, each with 1 or more pages, in
the same workbook. Each sheet has a header and/or footer which contains 'Page
x of xx pages". The page number correctly resets to 1 with each new sheet.
The number of pages, however, does not. Every sheet prints as Page 1(2,3...)
of 106 (the total number of pages being printed, NOT the total # of pages in
each particular worksheet.) Is there a way to reset the "number of pages" at
the end of each sheet?

Thanx.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 434
Default Page numbering of multiple sheets

hi, JHJ !

Situation: I'm printing multiple worksheets, each with 1 or more pages, in the same workbook.
Each sheet has a header and/or footer which contains 'Page x of xx pages".
The page number correctly resets to 1 with each new sheet.
The number of pages, however, does not. Every sheet prints as Page 1(2,3...) of 106
(the total number of pages being printed, NOT the total # of pages in each particular worksheet.)
Is there a way to reset the "number of pages" at the end of each sheet?


if you are looking for a way that is different from selecting each worksheet to print it
[in order to avoid the accumulative numeration of the printed pages]...
try selecting multiple worksheets and executing a macro like the following one:

Sub Print_particular_selected_sheets()
Dim Sheet_n As Worksheet
For Each Sheet_n In ActiveWindow.SelectedSheets
Sheet_n.PrintOut
Next
End Sub

hth,
hector.


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
Print 1st Page Multiple Sheets in Same Workbook Ben Dummar Excel Discussion (Misc queries) 8 May 22nd 07 09:18 PM
Consecutive Page Numbering with Multiple Worksheets Daria Excel Discussion (Misc queries) 5 October 5th 06 02:08 PM
Numbering Multiple Sheets derek Excel Discussion (Misc queries) 3 May 4th 06 02:48 AM
Page numbering multiple worksheets in a file without affecting set L. Henderson Excel Worksheet Functions 0 January 18th 06 01:13 AM
continuous page numbering multiple sheets of a single workbook? Mulitplesheet numbering Excel Worksheet Functions 1 July 24th 05 03:42 PM


All times are GMT +1. The time now is 08:26 PM.

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

About Us

"It's about Microsoft Excel"