View Single Post
 
Old 09-18-2013, 04:44 PM
fumei fumei is offline Windows 7 64bit Office XP
Expert
 
Join Date: Jan 2013
Posts: 440
fumei is on a distinguished road
Default

You could try updating all the fields.

Code:
Dim fld As Field
Code:
For Each fld In ActiveDocument.Fields
fld.Update
Next 
Reply With Quote