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)
'Usage
WithEvents workbookEvents_Event1 As WorkbookEvents_Event
Function workbookEvents_Event1_SheetSelectionChange(Sh As Object, _
Target As Range) As Void
Handles workbookEvents_Event1.SheetSelectionChange
End Function
event WorkbookEvents_SheetSelectionChangeEventHandler SheetSelectionChange;
void add_SheetSelectionChange(WorkbookEvents_SheetSelectionChangeEventHandler handler);
void remove_SheetSelectionChange(WorkbookEvents_SheetSelectionChangeEventHandler handler);
In JScript, you can handle the events defined by a class, but you cannot define your own.
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000
Target Platforms