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

Using Go To to Jump to a Chart Sheet

Create a chart on its own worksheet, and you can display it by simply clicking the tab at the bottom of the Excel work ...

Discover More

Customizing the Start Menu

Windows gives you the ability to customize exactly what appears on your Start menu. Here's how you get to the controls ...

Discover More

Printing a Short Selection

Need to print just a portion of a worksheet? It's easy to do if you follow the steps in this tip.

Discover More

Comprehensive VBA Guide Visual Basic for Applications (VBA) is the language used for writing macros in all Office programs. This complete guide shows both professionals and novices how to master VBA in order to customize the entire Office suite for their needs. Check out Mastering VBA for Office 2010 today!

More WordTips (menu)

Formatting Page Numbers

Need to format the page numbers you added to your document? Word makes it easy, using the same techniques you use to ...

Discover More

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

Odd Page Numbers Disappearing

Page numbers in printed pages are often a necessary part of formatting a document. What do you do if your printed output ...

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 five less than 6?

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.