Description Returns/sets the index of the currently selected item in the combo-box built-in control.
Syntax
object.ComboListIndex As Integer
Remarks - The first item in the list is ComboListIndex = 0, and ComboListCount is always one more than the largest ComboListIndex value.
See ListIndex property in MSDN Library.
|