PDA

Click to See Complete Forum and Search --> : Excel PopUp Menu ComboBox


Avatarp
Jun 10th, 2003, 03:47 PM
I have a popup menu created at run-time with a combobox in it. I have the .OnAction property set to a sub routine. How do I know which item in the combobox was selected?

opus
Jun 11th, 2003, 12:56 AM
The ListIndex holds the presently selected Item. If it'S "-1" nothing is selected!
If you are using MultiSelect it is the Selected properiety