PageNum Word Macro
Overview
Adds auto-numbered, formatted page-number headings to a document. Useful when you are translating from a hard copy, and you need to add page-number indications.
To Install
-
Download the PageNum macro file.
-
Launch Microsoft Word
-
Press Alt + F11
The Microsoft Visual Basic window appears. -
From the File menu, select Import File...
-
Import the WordCount.bas file.
Close the Visual Basic window.
To Use
Press Alt + F8 to get the macro window, specify the macro "PageNum," and click Run. If this is the first time the macro is run, an input box prompts you for a starting number:
A formatted page-number heading appears in the document at the cursor position. Subsequent calls to the macro enter serially incremented page numbers.
You can reset the numbering by running the ResetPageNum macro.
If you will be using the macro more frequently, then you can assign it a keyboard shortcut. To do so,
-
Select Tools >> Customize
-
Click Keyboard
-
Set the "Categories" to Macros, and "Commands" to PageNum
-
Select "Press new shortcut key," and press your keyboard shortcut.
-
Click Assign.