WORKAROUND
Use either of the following methods to reset the document's starting page
number.
Method 1: Use a Macro to Reset the Page Number
Microsoft provides programming examples for illustration only, without warranty either expressed or implied. This includes, but is not limited to, the implied warranties of merchantability or fitness for a particular purpose. This article assumes that you are familiar with the programming language that is being demonstrated and with the tools that are used to create and to debug procedures. Microsoft support engineers can help explain the functionality of a particular procedure, but they will not modify these examples to provide added functionality or construct procedures to meet your specific requirements.
If multiple documents are affected, you may want to use the following macro
to reset the starting page number automatically.
Sub MAIN
WordBasic.FormatPageNumber
End Sub
To automatically run this macro each time you open a file, create an
AutoOpen macro that includes this code. Word runs AutoOpen macros each time
you open a file.
Method 2: Manually Reset the Page Number
To manually reset the page number, follow these steps:
- Open a document, and place the insertion point where you want page numbers.
- On the Insert menu, click Page Numbers.
- Click Format.
- Under Page Numbering, click Continue from previous section, or click Start at, and adjust the value to be inserted. Click OK.
When you click OK, the page numbers are inserted.
- Click Close.
When you click
Close, the formatting is updated.
After you use either method 1 or method 2, you should be able to print the
document. However, if you are still unable to print the document correctly,
you may be able to fix the document with one of the following methods.
Method 3: Save the File in Rich Text Format (RTF)
To do this, follow these steps:
- On the File menu, click Save As.
- In the Save file as type list, click Rich Text Format, and click Save.
- Close the document and reopen it.
Method 4: Clean-Copy the Document
Select everything except the last paragraph mark by pressing COMMAND+END,
and then press COMMAND+SHIFT+HOME. Copy everything except the last
paragraph mark to a new document.
Word for the Macintosh associates a wide variety of formatting with the
last paragraph mark, especially section and style formatting. If you copy
everything except the last paragraph mark to a new document, the corrupted
page number may be left in the original document. In the new document,
reapply the section or style formatting if necessary.