G
Greg
Sheldon,
You will have to force an update either by the method you
are using now, or with a macro.
Something like:
Sub Test()
With ActiveDocument
.Save
.Fields.Update
End With
End Sub
You could assign this to the normal keyboard shortcut
CTRL+s to save and update the field.
You will have to force an update either by the method you
are using now, or with a macro.
Something like:
Sub Test()
With ActiveDocument
.Save
.Fields.Update
End With
End Sub
You could assign this to the normal keyboard shortcut
CTRL+s to save and update the field.