The ComboBox
control represents a drop-down menu which allows the user to choose one option from a provided list.
"Developer" > "Insert" > "ActiveX Controls" > "Combo Box"
name | description |
---|---|
ListFillRange |
The address of a range of cells to populate the control's list of selectable options. |
Value |
The name of the currently-selected list item. |
LinkedCell |
The address of a specified cell which is bidirectionally associated with control's value. |
name | description |
---|---|
Change (default) |
Triggers when an option is selected from the drop-down. |