Retrieving the index number of a string in a list box
To find the index value of a string in a list box use the GetIndex() method. For example:
IndexValue = .listControl1.GetIndex(String$)