CommandBarComboBox.ListCount Property
Gets the number of list items in a CommandBarComboBox control. Read-only.
Note
|
|---|
| The use of CommandBars in some Microsoft Office applications has been superseded by the new Ribbon user interface. For more information, search help for the keyword "Ribbon." |
Syntax
expression.ListCount
expression A variable that represents a CommandBarComboBox object.
Example
This example checks the number of items in the combo box on the command bar named "Custom." If there aren't three items in the list that the procedure produces, the example displays a message advising the user that the combo box may be damaged and asks the user to reinstall the application.
| Visual Basic for Applications |
|---|
|
Note