Document: |
Description: |
Sort by name |
Application events |
Events for the Application object occurs when a workbook is created, opened or when a sheet in any workbook is changed. Event procedures for the Application-object have to be created with a class module. |
1999-08-21 |
Start a macro when an event occurs |
It's possible to run macros automatically when different events in Excel takes place. |
1999-08-21 |
Chart events |
Events for the chart object occurs when the user activates or changes a chart. Events in charts are activated by default, but can be deactivated by a macro. |
1999-08-21 |
Chart object events |
If you want to write event procedures for an embedded chart, you will have to create a class module to do this. |
1999-08-21 |
Prevent that an automacro/eventmacro executes |
Prevent auto-macros and event-macros from running. |
1999-08-21 |
Workbook events |
Events for the Workbook object occurs when the workbook is changed or a sheet in the workbook is changed. Events in workbooks are activated by default, but can be deactivated by a macro. |
1999-08-21 |
Worksheet events |
Events for the worksheet object occurs when a worksheet is activated or the user changes the content of a cell. Events in worksheets are activated by default, but can be deactivated by a macro. |
1999-08-21 |