Occurs when the selected range changes to a different cell or range of cells.
Private Sub object_SelChange ()
The object placeholder represents an object expression that evaluates to an object.
The SelChange event occurs whenever the user clicks a cell other than the selected cell and as a user drags to select a new range of cells. A user can also select a range of cells by pressing the SHIFT key and using the arrow keys.
This event can be triggered in code by changing the selected region using the Row, Col, RowSel, or ColSel properties. The RowColChange event also occurs when a user clicks a new cell but does not occur while a user drags the selection across Grid.