Macro Sheets Only
Selects an item in a list box or in a group box.
Syntax
SELECT.LIST.ITEM(index_num, selected_logical)
Index_num is the index number of the item to select. Using zero will deselect all items. Adding 1 to the number of items in the list will select all the items specified.
Selected_logical is a number that specifies the selection mode of the list box. Zero is single selection. 1 is simple multi-select. 2 is extended multi-select.
Related Functions
ADD.LIST.ITEM Adds an item in a list box or drop-down control on a worksheet or dialog sheet control
REMOVE.LIST.ITEM Removes an item in a list box or drop-down box
List of Customizing Functions