Setting | Description | Visual Basic |
Automatic | (Default) Updates the object each time the linked data changes. | acOLEUpdateAutomatic (0) |
Manual | Updates the object only when the control's Action property is set to acOLEUpdate or the link is updated with the OLE/DDE Links command on the Edit menu. | acOLEUpdateManual (2) |
OLE1.UpdateOptions = acOLEUpdateManual
OLE1.Action = acOLEUpdate
See Also
Action property, Class property, OLEType property, OLETypeAllowed property, Updated event.