The title is enough i think. I used to code VBA 2 years ago and I suppose I have forgotten lot of stuff. How Do I access the SelectedIndex of a activex combobox object in Excel? I need an integer :(
Looking for this for more than 4 hours :) what a shame .. Thanks!!!
                  emre
                   2009-10-20 10:20:04
                
                +3 
                A: 
                
                
              
            The .ListIndex property works if only one item is selected, however, you need to browse the .Selected collection if you allow multiple selections.
                  RBarryYoung
                   2009-10-20 10:24:05