News

The VBA procedures will add a bit of content to the beginning and the end of this Word document. To enter the VBA procedures, press Alt + F11 to open the Visual Basic Editor (VBE).
How to use the VBA procedure in Word As you can see in Figure D, the demonstration file comprises two pages and each page has two Word fields, {PAGE} and {NUMPAGES}.
An alternative to using VBA would be to open the doc in Word 2003 or 2007, and save in the 2003 xml format. <BR><BR>The Word 2003 xml format is a single document (unlike the 2007 docx), so you ...