[VBA]Private Sub FileSave()
Dim rngStory As Range
For Each rngStory In ActiveDocument.StoryRanges
With rngStory
.Fields.Update
End With
Next rngStory
End Sub
[/VBA]
[VBA]Private Sub FileSave()
Dim rngStory As Range
For Each rngStory In ActiveDocument.StoryRanges
With rngStory
.Fields.Update
End With
Next rngStory
End Sub
[/VBA]
David