If you use VBA to update fields in certain story ranges, Word displays a message box saying “Word cannot undo this action. Do you want to continue?”
Is there any way to avoid those dialogs appearing, or barring that, detect that they’ve popped and SendKeys them to oblivion?
Right now, I skip some of the story ranges when I do update on all fields, but that could lead to inconsistent cross references.
Example Code (note, you must have a footnote, and a field of any sort in the footnote):
activedocument.StoryRanges(wdFootnotesStory).Fields.Update