Application.SheetSelectionChange Event
Office 2007
| Excel Developer Reference |
Syntax
expression.SheetSelectionChange(Sh, Target)
expression An expression that returns a 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. |