Page Numbering

  • Thread starter Thread starter Jeff Etcell
  • Start date Start date
J

Jeff Etcell

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.
 
Jeff Etcell said:
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 *
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top