Argument | Description |
|
controlname | The name of the control whose Updated event procedure you want to run. |
Code | The setting indicates how the OLE object was updated. The Code argument can be one of the following intrinsic constants: |
| Constant | Description |
|
| acOLEChanged | Indicates that the object's data has changed. |
| acOLESaved | Indicates that the object's data has been saved by the application that created the object. This usually occurs when the user clicks the application's Update command or whatever command is used for updating. |
| acOLEClosed | Indicates that the file containing the object's data has been closed by the application that created the object. |
| acOLERenamed | Indicates that the file containing the object's data has been renamed by the application that created the object. |