CellChange event
      
 

Description

Occurs when the current cell has changed.

Syntax

Private Sub object_CellChange(Row As Integer, Col As Integer, bCancel As Boolean)

Remarks

bCancel determines if the current cell loses focus. Setting bCancel to True specifies that the cell retains the focus.