ListBox control
Displays a list of values and lets you select one or more.
Remarks
If the ListBox is bound to a data source, the ListBox stores the selected value in that data source.
The ListBox can either appear as a list or as a group of OptionButton controls or CheckBox controls.
The default property for a ListBox is the Value property. The default event for a ListBox is the Click event.
Note
You can't drop text into a drop-down ListBox.
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.