WD2000: How to Use a Macro to Insert Page Numbers into E-Mail Message
ID: Q211884
|
The information in this article applies to:
SUMMARY
When you use Microsoft Word as your e-mail editor, you cannot insert
page numbers into your e-mail message. This article describes how to insert
page numbers in an e-mail message by using a Microsoft Visual Basic for Applications macro.
MORE INFORMATIONNOTE: The page numbers that you insert into your e-mail message are visible only when you or the recipient is using WordMail and while you
or the recipient is using print layout view. The page numbers are printed when you or the recipient prints the e-mail message.
- Start Word.
- On the Tools menu, point to Macro, and then click Record New Macro.
- In the Macro name box, type a name for the macro. For example, type:
InsertPageNumbers
- In the Store macro in list, select All Documents (Normal.dot).
- Click OK.
The macro recorder starts, and the Stop Recording toolbar appears.
- On the View menu, click Header and Footer. The insertion point appears in the header. If you want the page numbers in the footer, click the Switch Between Header and Footer button on the Header and Footer toolbar.
- Position the insertion point where you want to place the page
number. For example, press the TAB key once if you want the page
number to be centered, or press the TAB key two times if you want the page number to be right-aligned.
- Type any text you want to appear before the page number, and then
click the Insert Page Number button on the Header and Footer toolbar.
- Click Close on the Header and Footer toolbar.
- Click Stop Recording on the Stop Recording toolbar.
NOTE: The InsertPageNumbers macro is now stored in the Normal.dot
template. It will be available any time you create a document in
Word. If you want the macro to be available only to e-mail
documents, use the Organizer to move the macro from the Normal.dot
template to the E-mail.dot template.
- Start Microsoft Outlook and set Word as your e-mail editor:
- On the Tools menu, click Options.
- On the Mail Format tab, click to select the Use Microsoft Word to edit e-mail messages check box.
- Click OK.
- Compose your e-mail message.
- Insert the page numbers using the recorded macro:
- Place the insertion point in the text area of your e-mail
message.
- On the Tools menu, point to Macro, and then click Macros.
- In the Macro box, select the InsertPageNumbers macro, and
then click Run.
Additional query words:
Page Numbers WordMail
Keywords : kbmacro kbprg kbdta kbwordvba wd2000
Version : WINDOWS:2000
Platform : WINDOWS
Issue type : kbinfo
|