You are using Insert>Page Number. I don't know how or
even if you could change the default.
One problem with Insert>Page Number is that is puts the
{Page} field in a frame. To see this, click your page
number and notice the dashed border that appears. You can
now drag that page number anywhere on the page. The frame
is not bad in itself if you and future users know it is
there, but it can lead to problems. For instance, you can
delete the page number, and leave the frame.
I recommend you record a simple macro of the steps you
take to place a page field in your header. Drag
the Insert Page Number command off your Insert Menu and
replace it with the macro.
When you want to insert the page number click Insert>(Your Macro Name - Call
it Page Number) and you have a page field anchored in place in the header.
The steps:
Open a blank document
Tools>Macro>Record New Macro
Type InsertPageNumber in the name field and click OK
View>Header and Footer
Position the cursor
CTRL+F9 to insert field code brackets
Type PAGE inside the { }
SHIFT+F9 (to toggle field codes)
Close the Header and Footer toobar
Stop the macro recorder.
View>Toolbars>Customize
Click the Insert menu and drag the Page Number command off
the toolbar.
Click the commands tab on the customize dialog box
In the categories window, select macros
In the commands window find your recorded macro
Drag that macro and drop it on the Insert Menu
Right click the macro and click in the name field. Change
the name to Page Number.
Or, the following has been offered as a better solution. You be the judge:
Create a specific document template with the page
field in the desired location and use this template when creating documents
that need to be numbered (do *not* add this to Normal.dot).
HTH