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

combobox, excel, vba

Solution

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

Problem

How do I access the SelectedIndex of an ActiveX combobox object in Excel? I need an integer.

Original source