Using Word VBA to Update all Field Codes in Word Document
Here is a simple macro that will update all the fields in a Word document
Sub Update_Field()
ActiveWindow.ActivePane.View.Type = wdPrintView
Application.ScreenUpdating = True
Selection.WholeStory
ActiveDocument.Fields.Update
End Sub
Showing posts with label Update all Field Codes in Word Document. Show all posts
Showing posts with label Update all Field Codes in Word Document. Show all posts
Monday, March 31, 2008
Subscribe to:
Posts (Atom)
Download Windows Live Toolbar and personalize your Web experience! Add custom buttons to get the information you care about most.