Syntax

expression.ListIndex

expression A variable that represents a ControlFormat object.

Remarks

You cannot use this property with multiselect list boxes.

Example

This example removes the selected item from a list box. If Shapes(2) doesn't represent a list box, this example fails.

Visual Basic for Applications
Set lbcf = Worksheets(1).Shapes(2).ControlFormat lbcf.RemoveItem lbcf.ListIndex
Change selected item in listbox? list index List Index Property listindex ListIndex property Return index number of currently selected item in dropdown listbox? Select a specific line in listbox?

See also: