View Single Post
 
Old 05-20-2010, 12:50 PM
sparkyrose sparkyrose is offline Windows XP Office 2007
Novice
 
Join Date: May 2010
Posts: 1
sparkyrose is on a distinguished road
Default VBA to update certain (but not all) fields

Hi,

I have a word doc with multiple cross-references that I'd like to automatically update on close.

However, the doc also has some bookmarked fields which ask for input when updated. This input is done usually when beginning to work on the document so the data has already been entered.

Is there a way to set the cross-references to update without the bookmarks? I tried ActiveDocument.Fields.Update but, as you would expect, it included all fields.

Any thoughts gratefully welcomed.
Reply With Quote