ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   print multiple copies of the same page with sequential numbers (https://www.excelbanter.com/excel-discussion-misc-queries/30645-print-multiple-copies-same-page-sequential-numbers.html)

labrat

print multiple copies of the same page with sequential numbers
 
I need to print several copies of the same form with each page seqentially
numbered to create a book.

TomHinkle

Figure out what cell you should put the page number in. (** don't use Excel
footer)

Write a macro that has a for .... next loop. In the loop update the value,
then print

for I = 1 to 200
Activesheet.Range("H40").value = "Page " & I & " of 200"
Activesheet.print ' Not sure my syntax is correct, here. could record
it to get it right.
next


"labrat" wrote:

I need to print several copies of the same form with each page seqentially
numbered to create a book.



All times are GMT +1. The time now is 02:15 AM.

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