How can I find the index of the selected choice in a combobox? How can I find the index of the selected choice in a combobox? vba vba

How can I find the index of the selected choice in a combobox?


I think combo.ListIndex is the property you're looking for...


The .ListIndex property works if only one item is selected, however, you need to browse the .Selected collection if you allow multiple selections.