activate | worksheet_activate is called before workbook_deactivate (see also workbook events and Excel Object Model: Order of Events). This event can be called from a worksheet's actviate event. It's possible to call a worksheet's activate method from within this handler. |
beforeDelete | |
beforeDoubleClick | |
beforeRightClick | |
calculate | |
change | Triggered when the content of a cell is modified. Compare with event selectionChange . |
deactivate | worksheet_deactivate is called before workbook_deactivate (see also workbook events and Excel Object Model: Order of Events) |
followHyperlink | See this example |
lensGalleryRenderComplete | |
pivotTableAfterValueChange | |
pivotTableBeforeAllocateChanges | |
pivotTableBeforeCommitChanges | |
pivotTableBeforeDiscardChanges | |
pivotTableChangeSync | |
pivotTableUpdate | |
selectionChange | This event is triggered when the user selects a new Range. Compare with worksheet event change and the workbook event sheetChange . See also this example and the selection property of the application object. |
tableUpdate | |