Excel Function
Excel Function (VBA)
Excel Method (VBA)
Excel Object Property (VBA)
This page lists all Excel Events for VBA that have been explained in this website.
Workbook Event
[table width=”750″ colwidth=”150|600″ ]
Event, Trigger
Workbook_Activate, Occurs after workbook is opened or after switching from another workbook
Workbook_BeforeClose, Occurs before workbook is closed
Workbook_Deactivate, Occurs before workbook is closed or before switching to another workbook
Workbook_Open, Occurs after workbook is opened
[/table]
Worksheet Event
[table width=”750″ colwidth=”150|600″ ]
Event, Trigger
Worksheet_Change, Occurs after a Cell leaves from edit mode
[/table]