Take control of Word's 'Page x of y' numbering scheme
Takeaway: Adding a page count to your footer can be a nice touch, but not when the count doesn't reflect the number you want. This field code tweak and Start At adjustment will put you in charge of your page number display.
If you have an explanation or quick fix that would make a good SolutionBase article, we invite you to submit it using this form.
Problem
I hit a page-numbering snag in a 20-page Word document. I wanted to use the Page X of Y AutoText entry in the footer, but I didn't want the footer to appear on the title page. I fixed that problem by selecting the Different First Page option in the Layout tab of the Page Setup dialog box, which left the footer on the title page blank. One problem remains, though: The total number of pages in the document is still 20, so the page after the title page says Page 2 of 20. I want it to say Page 1 of 19, since the title page doesn't count.
Solution
Word builds the Page X of Y AutoText entry from a pair of fields: Page and Numpages. You can manipulate the Numpages field to return the page count you're after. Then you can use Word's Start At setting to display page 1 for the page following your title page.
Tweaking the Numpages field
- Open the footer and press [Alt][F9] to display field codes. You should see this:
Page { PAGE } of { NUMPAGES }
- Highlight { NUMPAGES} and press [Ctrl][F9] to create a new field that nests the Numpages field, like this:
Page { PAGE } of { { NUMPAGES} }
- The insertion point will be where you need it, between the two opening braces, so just type =.
- Click between the two closing braces and type -1. Here's what you should have:
Page { PAGE } of { = { NUMPAGES} -1 }
- Highlight the contents of the footer and press [F9] to update the fields.
- Press [Alt][F9] to switch to results mode, and you should see this:
Page 2 of 19
Start at zero
Now you just need to make the 2 appear as 1. Stay in the footer and click Format Page Number on the Header And Footer toolbar. Enter 0 in the Start At text box and click OK. Word will then number the title page as 0 (invisibly) and change the footer on the second page to Page 1 of 19.
| Next Steps: Build your skills with these hand-picked resources |
Print/View all Posts Comments on this article
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
White Papers, Webcasts, and Downloads
- Why Isn't Server Virtualization Saving Us More? A Few Small Changes May Dramatically Increase Your Efficiency VMware Ever wonder why your company isn't saving more from its server virtualization? Making a few small changes could dramatically increase your efficiency. Download Now
- Dell Helps Medical University of South Carolina Bring the Intelligent Classroom to Life Dell Established in 1824, Medical University of South Carolina (MUSC) is one of ... Download Now
- The True Costs of Virtual Server Solutions VMware Discover ways to streamline and simplify your assessment of the total acquisition costs of a server virtualization environment. Download Now
- Advanced Java Memory Analysis with JProbe Quest Software Memory issues in Java applications can cripple performance and cost your ... Download Now
- Building the Virtualized Enterprise with VMware Iinfrastructure VMware VMware virtualization software has been adopted by over 120,000 enterprise ... Download Now
Article Categories
- Security
- Security Solutions, IT Locksmith
- Networking and Communications
- E-mail Administration NetNote, Cisco Routers and Switches
- CIO and IT Management
- Project Management, CIO Issues, Strategies that Scale
- Desktops, Laptops & OS
- Windows 2000 Professional, Microsoft Word, Microsoft Excel, Microsoft Access, Windows XP,
- Data Management
- Oracle, SQL Server
- Servers
- Windows NT, Linux NetNote, Windows Server 2003
- Career Development
- Geek Trivia
- Software/Web Development
- Web Development Zone, Visual Basic, .NET

