Search notes:

Excel Object Model: Worksheet events

activate
beforeDelete
beforeDoubleClick
beforeRightClick
calculate
change
deactivate
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 the workbook event sheetChange. See also this example and the selection property of the application object.
tableUpdate

See also

Order of events
application.enableEvents controls whether an event triggers the corresponding event procedure.
Events of the worksbook object
Examples for VBScript MS-Office App Creator: Excel (Worksheet events)

Index