AppEvents_Event.SheetSelectionChange Event
Occurs when the selection changes on any worksheet (doesn't occur if the selection is on a chart sheet).
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Event SheetSelectionChange As AppEvents_SheetSelectionChangeEventHandler
'Usage
Dim instance As AppEvents_Event
Dim handler As AppEvents_SheetSelectionChangeEventHandler
AddHandler instance.SheetSelectionChange, handler
event AppEvents_SheetSelectionChangeEventHandler SheetSelectionChange