AddItem Method

See Also         Example         Applies To

Adds an item to a list box or a combo box.

Syntax

expression.AddItem(Text, Index)

expression   Required. An expression that returns a ControlFormat object.

Text   Required String. The text to be added

Index   Optional Variant. The position of the new entry. If the list has fewer entries than the specified index, blank items from the end of the list are added to the specified position. If this argument is omitted, the item is appended to the existing list.

Remarks

Using this method clears any range specified by the ListFillRange property.