ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Print a single sheet in Excel with consecutive page numbers (https://www.excelbanter.com/excel-discussion-misc-queries/117030-print-single-sheet-excel-consecutive-page-numbers.html)

cmompoohu

Print a single sheet in Excel with consecutive page numbers
 
I have a single worksheet that I need to print about 50 copies. I need the
copies numbered.

Gord Dibben

Print a single sheet in Excel with consecutive page numbers
 
Ron de Bruin macro.

Sub PrintCopies()
Dim i As Long
For i = 1 To 50
With ActiveSheet
.PageSetup.LeftFooter = "#" & i
.PrintOut
End With
Next
End Sub


Gord Dibben MS Excel MVP


On Wed, 1 Nov 2006 08:53:02 -0800, cmompoohu
wrote:

I have a single worksheet that I need to print about 50 copies. I need the
copies numbered.




All times are GMT +1. The time now is 05:43 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com