Link to home
Start Free TrialLog in
Avatar of contrain
contrainFlag for United States of America

asked on

Section break in Excel 2003 for page #ing

In Excel 2003, I want to renumber pages, but I want to start at page #21 rather than page #1, In Word I'd do a section break to do this, how do I do it in excel?
Avatar of riteshparakh
riteshparakh
Flag of India image

In footer try using

&[Page]+20

Ritesh
Avatar of contrain

ASKER

When I use that code, page 1 is now page 30, page 2 is page 40, etc.
Check this

Ritesh
page-nos.xls
ASKER CERTIFIED SOLUTION
Avatar of riteshparakh
riteshparakh
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Yes, this works when you combine it with putting the page number code in the Custom Footer section of Page Setup. Thank you, this is just what I was looking for.
Yes, this works when you combine it with putting the page number code in the Custom Footer section of Page Setup. Thank you, this is just what I was looking for.