LinkFormat.AutoUpdate Property
Word Developer Reference |
True if the specified link is updated automatically when the container file is opened or when the source file is changed. Read/write Boolean.
Syntax
expression.AutoUpdate
expression A variable that represents a LinkFormat object.
Example
This example updates any shapes in the active document that are linked OLE objects if Word isn't set to update links automatically.
Visual Basic for Applications |
---|
|
This example updates any fields in the active document that aren't updated automatically.
Visual Basic for Applications |
---|
|
See Also