Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 217
Default printing excel sheets

I would like to print a large workbook with the page numbers to restart for
each worksheet. Is there an easy way to do this?

Louise
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default printing excel sheets

I think you will find that if you select a sheet then print it the page
numbers will start at one. Select another sheet and print that and its
page numbers will also start at one.

Is this what you mean?

Pete

Louise wrote:
I would like to print a large workbook with the page numbers to restart for
each worksheet. Is there an easy way to do this?

Louise


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 217
Default printing excel sheets

Not really. I want to select the entire workbook but each sheet will start
with page # 1. there are approx 50 sheets in the workbook. I do not want to
select each sheet and hit print. too much time. any more suggestions.

Louise

"Louise" wrote:

I would like to print a large workbook with the page numbers to restart for
each worksheet. Is there an easy way to do this?

Louise

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 430
Default printing excel sheets

Use this Macro (in a standard module):

Sub PrintAllWSheets()
*** Dim WS As Worksheet
*** For Each WS In Worksheets
******* WS.PrintOut
*** Next
End Sub

HTH

"Pete_UK" wrote in message
ups.com:

I think you will find that if you select a sheet then print it the page
numbers will start at one. Select another sheet and print that and its
page numbers will also start at one.

Is this what you mean?

Pete

Louise wrote:
I would like to print a large workbook with the page numbers to restart for
each worksheet. Is there an easy way to do this?

Louise


  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 217
Default printing excel sheets

Jim:

I am having trouble with this macro. I was able to write macros before
windows but since I have only been able to record keystrokes macros. I have
tried to cut and past the macro below but I am getting an error. see below.


' PRINT_ALL_SHEETS_NEW_PAGE_NUMBERING Macro
' Macro recorded 10/24/2006 by Louise
'
Sub PRINT_ALL_SHEETS_NEW_PAGE_NUMBERING()
Dim WS As Worksheet
For Each WS In Worksheets
WS.PrintOut
Next
End Sub

Error I receive is "Compile Error" "Syntax Error"

What am I doing wrong?

Louise





"Jim May" wrote:

Use this Macro (in a standard module):

Sub PrintAllWSheets()
Dim WS As Worksheet
For Each WS In Worksheets
WS.PrintOut
Next
End Sub

HTH

"Pete_UK" wrote in message
ups.com:

I think you will find that if you select a sheet then print it the page
numbers will start at one. Select another sheet and print that and its
page numbers will also start at one.

Is this what you mean?

Pete

Louise wrote:
I would like to print a large workbook with the page numbers to restart for
each worksheet. Is there an easy way to do this?

Louise



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
Printing in Excel overlaps previous text Nash Excel Discussion (Misc queries) 2 November 8th 05 03:42 PM
TRYING TO SET UP EXCEL SPREADSHEET ON MY COMPUTER MEGTOM New Users to Excel 5 October 27th 05 03:06 AM
How to save sheets in new excel files, automatically? SuperDuck Excel Worksheet Functions 1 October 22nd 05 09:37 AM
Excel Object copied to Word not printing in color dmotika Excel Discussion (Misc queries) 0 May 26th 05 04:40 PM
getting data from 2 excel sheets automatically pinar Excel Worksheet Functions 0 November 9th 04 11:47 AM


All times are GMT +1. The time now is 03:28 PM.

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"