RowColChange

Occurs when the currently active cell changes to a different cell.

Syntax

Private Sub object_RowColChange ()

The object placeholder represents an object expression that evaluates to an object.

Remarks

The order of events triggered when the active cell changes is: LeaveCell, EnterCell, RowColChange.

The RowColChange event occurs when a user clicks a new cell, but not while a user drags the selection across the Grid control.