CloseUp Event

       

Occurs when the drop-down calendar is closed.

Syntax

Private Sub object_CloseUp([index As Integer])

The CloseUp 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 CloseUp event can be used to respond to the user closing the drop-down calendar.