SplitChange Event

       

Occurs when the current cell changes to a different cell in another split.

Syntax

Private Sub object_SplitChange([ index As Integer])

The SplitChange event syntax has these parts:

Part Description
object An object expression that evaluates to an object in the Applies To list.
index An integer that identifies a control if it is in a control array.

Remarks

This event is triggered under several circumstances:

If the user edits data and then moves the current cell position to a new row in another split, the update events for the original row are completed before the SplitChange event is executed.

If a split change also results in a change to the current row or column, then the SplitChange event will always precede the RowColChange event.