UpdateLinksAtPrint Property
Applies To
Options object.
Description
True if Word updates embedded links to other files before printing a document. Read/write Boolean.
See Also
UpdateFieldsAtPrint property, UpdateLinksAtOpen property.
Example
This example sets Word to update embedded links automatically before printing, and then it prints the active document.
Options.UpdateLinksAtPrint = True
ActiveDocument.PrintOut
This example returns the current status of the Update links option on the Print tab in the Options dialog box.
temp = Options.UpdateLinksAtPrint