Thread: Page Numbering
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Rob Bovey Rob Bovey is offline
external usenet poster
 
Posts: 811
Default Page Numbering

"Jeff Etcell" wrote in message
...
When I print my document I want my page number to begin
with Page 4 (which is actually Page 1) and add 1 to each
sheet after that. Is this Possible?
Or do I have to embed my document with a typed page number.


Hi Jeff,

Choose File/Page setup from the Excel menu and enter the number 4 at the
bottom of the Page tab where it says First page number. Or if you're doing
this from VBA it's:

ActiveSheet.PageSetup.FirstPageNumber = 4

--
Rob Bovey, MCSE, MCSD, Excel MVP
Application Professionals
http://www.appspro.com/

* Please post all replies to this newsgroup *
* I delete all unsolicited e-mail responses *