Applies To:
List box object
Description:
Sets the index value of each value in a list box.
Syntax:
Expression.ItemIndex(Number nIndex)
Example:
This example shows how to return the third index value:
ListBox1.SelectedList.ItemIndex()