Application.SheetSelectionChange event (Excel)
Occurs when the selection changes on any worksheet (doesn't occur if the selection is on a chart sheet).
Syntax
expression.SheetSelectionChange (Sh, Target)
expression An expression that returns an Application object.
Parameters
Name | Required/Optional | Data type | Description |
---|---|---|---|
Sh | Required | Object | The worksheet that contains the new selection. |
Target | Required | Range | The new selected range. |
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.