1 | Some events which are recognized in Excel are. |
2 | |
3 | Activate -- Occurs when a Worksheet or WorkBook is activated |
4 | BeforeDoubleClick -- Occurs when the user double-clicks the worksheet |
5 | BeforeRightClick -- Occurs when the user right-clicks the worksheet. |
6 | SheetActivate -- Occurs when the user activates a sheet on the workbook. |
7 | WorkBookOpen -- Occurs when the user opens a workbook |
8 | NewWorkbook -- Occurs when the user opens a new workbook |
9 | WindowResize -- Occurs when the user resizes a window. |