Options.UpdateFieldsAtPrint property (Word)
True if Microsoft Word updates fields automatically before printing a document. Read/write Boolean.
expression. UpdateFieldsAtPrint
expression An expression that returns an Options object.
This example sets Word to update fields automatically before printing, and then it prints the active document.
Options.UpdateFieldsAtPrint = True
ActiveDocument.PrintOut
This example returns the current status of the Update fields option on the Print tab in the Options dialog box (Tools menu).
temp = Options.UpdateFieldsAtPrint
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.