UpdateFieldsAtPrint Property

Applies To

Options object.

Description

True if Word updates fields automatically before printing a document. Read/write Boolean.

See Also

PrintFieldCodes property, ShowFieldCodes property, Update method, UpdateLinksAtPrint property.

Example

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.

temp = Options.UpdateFieldsAtPrint