OLEObject.AutoUpdate Property
Excel Developer Reference |
True if the OLE object is updated automatically when the source changes. Valid only if the object is linked (its OLEType property must be xlOLELink). Read-only Boolean.
Syntax
expression.AutoUpdate
expression A variable that represents an OLEObject object.
Example
This example displays the status of automatic updating for all OLE objects on Sheet1.
Visual Basic for Applications |
---|
|
See Also