This event occurs when the up or right arrow button is clicked.
Private Sub object_UpClick([index as integer])
The UpClick 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 uniquely identifies a control if it's in a control array. |
Remarks
The UpClick event occurs after the Change event.