ListObject::Change Event
Occurs when something changes in the ListObject control.
Assembly: Microsoft.Office.Tools.Excel (in Microsoft.Office.Tools.Excel.dll)
This event is raised if the ListObject control is changed by either a programmatic modification or user interaction.
This event does not occur when cells change during a recalculation.
The following code example creates a ListObject and a Change event handler. To raise the Change event, add text to one of the cells in the ListObject and then press ENTER.
This version is for a document-level customization.
This version is for an application-level add-in.
Show: