Turning Off Default First Page Numbering

Written by Allen Wyatt (last updated March 5, 2016)
This tip applies to Word 97, 2000, 2002, and 2003


Judith asked why Word's page numbering defaults to displaying a page number on the first page. When using the Page Numbers dialog box (See Figure 1.) Judith noted that it has the Show Number on First Page check box selected by default. She wants the check box to not be selected by default.

Figure 1. The Page Numbers dialog box.

One would think that the setting of this check box (indeed, any settings in the Page Numbers dialog box) might be saved with the current template. Testing has shown that this is not the case, however. The "defaults" in the Page Numbers dialog box aren't really defaults; they always reflect whatever page number settings you've made in the current document. Try this:

  1. Create a new document.
  2. Choose Page Numbers from the Insert menu. Word displays the Page Numbers dialog box.
  3. Clear the Show Number on First Page check box.
  4. Specify that you want the page number centered at the top of the page.
  5. Click OK.
  6. Save and close the document.
  7. Open a different document, or create another new one.
  8. Choose Page Numbers from the Insert menu. The "defaults" in the Page Numbers dialog box should not look like the settings you made in the previous document.
  9. Dismiss the dialog box.
  10. Open the document you saved in step 6.
  11. Choose Page Numbers from the Insert menu. The "defaults" in the dialog box should look like the settings you originally made for that document.

Because the Page Numbers dialog box represents the settings in the current document, you could load a template (such as the Normal template), make changes to the dialog box, then click OK. The changes are saved, in the template, and will be available every time you start a new document that is based on that template.

If you really want to change the defaults, regardless of what the current settings are in the template or the document, then you need to use a macro. Consider the following macro:

Sub InsertPageNumbers()
    With Dialogs(wdDialogInsertPageNumbers)
        .firstpage = False
        .Display
        .Execute
    End With
End Sub

This macro replaces Word's internal command that is run whenever you choose Page Numbers from the Insert menu. It displays the dialog box, but only after clearing the Show Number on First Page check box. Make this macro a part of your template and it sets the default for you, exactly as you want.

Note:

If you would like to know how to use the macros described on this page (or on any other page on the WordTips sites), I've prepared a special page that includes helpful information. Click here to open that special page in a new browser tab.

WordTips is your source for cost-effective Microsoft Word training. (Microsoft Word is the most popular word processing software in the world.) This tip (76) applies to Microsoft Word 97, 2000, 2002, and 2003.

Author Bio

Allen Wyatt

With more than 50 non-fiction books and numerous magazine articles to his credit, Allen Wyatt is an internationally recognized author. He is president of Sharon Parq Associates, a computer and publishing services company. ...

MORE FROM ALLEN

Date Last Edited

When adding headers or footers to your worksheets, you may want to include the date that the workbook was last edited. ...

Discover More

Unlocking a Worksheet with an Unknown Password

It is not unusual, in a corporate world, to be handed a worksheet whose source you don't know. If that worksheet is ...

Discover More

Executing a Macro Every 15 Minutes

Need to run a macro at a given interval? It's easy to do when you learn how to use the .OnTime method, described in this tip.

Discover More

Do More in Less Time! An easy-to-understand guide to the more advanced features available in the Microsoft 365 version of Word. Enhance the quality of your documents and boost productivity in any field with this in-depth resource. Complete your Word-related tasks more efficiently as you unlock lesser-known tools and learn to quickly access the features you need. Check out Microsoft 365 Word For Professionals For Dummies today!

More WordTips (menu)

Getting Page Number Formatting Changes to Stick

Placing a page number into your document can be easy. Getting that page number to look the way you want it to can be more ...

Discover More

Default Font for Page Numbers

Page numbers are a common addition to documents, and a great aid to readers. If you want to easily format page numbers, ...

Discover More

Adding Page Numbers in Headers or Footers

While Word has a default format for page numbers, you can design and specify how you want them to appear in your ...

Discover More
Subscribe

FREE SERVICE: Get tips like this every week in WordTips, a free productivity newsletter. Enter your address and click "Subscribe."

View most recent newsletter.

Comments

If you would like to add an image to your comment (not an avatar, but an image to help in making the point of your comment), include the characters [{fig}] (all 7 characters, in the sequence shown) in your comment text. You’ll be prompted to upload your image when you submit the comment. Maximum image size is 6Mpixels. Images larger than 600px wide or 1000px tall will be reduced. Up to three images may be included in a comment. All images are subject to review. Commenting privileges may be curtailed if inappropriate images are posted.

What is 7 + 1?

There are currently no comments for this tip. (Be the first to leave your comment—just use the simple form above!)


This Site

Got a version of Word that uses the menu interface (Word 97, Word 2000, Word 2002, or Word 2003)? This site is for you! If you use a later version of Word, visit our WordTips site focusing on the ribbon interface.

Videos
Subscribe

FREE SERVICE: Get tips like this every week in WordTips, a free productivity newsletter. Enter your address and click "Subscribe."

(Your e-mail address is not shared with anyone, ever.)

View the most recent newsletter.