UpdateLinksAtOpen Property

Applies To

Options object.

Description

True if Word automatically updates all embedded OLE links in a document when it's opened. Read/write Boolean.

See Also

UpdateLinksAtPrint property.

Example

This example sets Word to update embedded OLE links when it opens files.

Options.UpdateLinksAtOpen = True
This example returns the current status of the Update automatic links at Open option on the General tab in the Options dialog box.

temp = Options.UpdateLinksAtOpen