Changes the value for the active control, such as a list box, drop-down box, check box, option button, scroll bar, and spinner button.
Syntax
SET.CONTROL.VALUE(value)
Value is the value you want to change. The control interprets this value as follows:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
SELECT.LIST.ITEM Selects an item in a list box or in a group box
CHECKBOX.PROPERTIES Sets various properties of check box and option box controls
SCROLLBAR.PROPERTIES Sets the properties of the scroll bar and spinner controls
Return to index