DropDown

This event occurs when the list portion of a ComboBox control is about to drop down.

Syntax

Private Sub combo_DropDown( )

Parameters

combo
Object expression that evaluates to a ComboBox control.

Remarks

Use a DropDown event procedure to make final updates to a ComboBox list before the user makes a selection.