Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
labrat
 
Posts: n/a
Default 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.
  #2   Report Post  
TomHinkle
 
Posts: n/a
Default

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.

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 multiple worksheets on one page in Excel? TCTeach Excel Discussion (Misc queries) 1 May 3rd 05 05:01 AM
print multiple, separate rows on each page DPixie Excel Discussion (Misc queries) 1 April 21st 05 06:40 AM
How do I print the same sheet multiple times with increasing page. C&S Excel Discussion (Misc queries) 4 March 31st 05 09:21 AM
In Excel, how can I print a long list on 1 page in multiple colum. Chuck Excel Discussion (Misc queries) 3 March 23rd 05 07:46 PM
How to print multiple worksheets in one workbook on the same page. rrdiorio Excel Discussion (Misc queries) 2 January 7th 05 12:40 AM


All times are GMT +1. The time now is 12:14 AM.

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"