Syntax

expression.UpdateLinksOnSave

expression A variable that represents a DefaultWebOptions object.

Remarks

You should set this property to False if the location where the document is saved is different from the final location on the Web server and the supporting files are not available at the first location.

Example

This example specifies that links are not updated before the document is saved.

Visual Basic for Applications
Application.DefaultWebOptions.UpdateLinksOnSave = False
update update links update links on save Update Links On Save Property UpdateLinks updatelinkson UpdateLinksOnSave UpdateLinksOnSave Property

See also: