Events
Events
Event programming is the most useful tool which helps to monitor specific user actions
within Excel. For example, if the user Opening a Workbook, Selects a Worksheet, enters data
into a Cell, or saves a Workbook, these actions are all Excel Events.
Events are linked to Excel Worksheets, Charts, Workbooks, UserForms, or to the Excel
Application itself. We can mainly classify these events as following:
Workbook Events:
Worksheet Events:
Chart Events:
For examples, Select (when an object in the chart is selected), SeriesChange (when a value of
a data point in a series is changed). etc…
Application Events: