Word.Tips.Net Welcome toWord.Tips.Net

Helpful Links

Tips.Net Home
WordTips Home

Ask a Word Question
Make a Comment

Tips.Net Store

WordTips FAQ
WordTips Premium

Learn Access Now
Free Printable Forms

Beauty Tips
Car Tips
Cleaning Tips
College Tips
Cooking Tips
Excel2007 Tips
ExcelTips
Family Tips
Gardening Tips
Health Tips
Home Tips
Legal Tips
Money Tips
Organizing Tips
Pest Tips
Pet Tips
Wedding Tips
Word2007 Tips
WordTips

Advertise on the
WordTips Site

Newest Tips

Setting Fraction Bar Overhang Spacing in the Equation Editor

Printing On Both Sides of the Paper

Turning Off AutoComplete for Dates

Ordering Search and Replace

Understanding Auto Line Spacing

Adding Comments to Your Document

Conditional Calculations in Word

 

Turning Off Default First Page Numbering

Summary: How to set up Word so the First Page Numbering default is not selected. (This tip works with Microsoft Word 97, Word 2000, Word 2002, and Word 2003.)

Judith Popkin asked why Word's page numbering defaults to displaying a page number on the first page. When using Insert | Page Numbers, the Page Numbers dialog box has the Show Number on First Page check box selected by default, and Judith wanted it to not be selected by default. (Click here to see a related figure.)

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 Normal.dot), 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.

Tip #76 applies to Microsoft Word versions: 97 | 2000 | 2002 | 2003

Take Control! Master the real power behind Word! Successfully master the secrets of powerful formatting and create documents that stand out from the rest. Best of all, you can create documents that are easy to maintain and quick to change.
 
Check out WordTips: Styles and Templates today!