ComboBox.Clear Method

Outlook Forms Script Reference

Removes all entries in the list in a ComboBox.

Syntax

expression.Clear

expression   A variable that represents a ComboBox object.

Remarks

If the control is bound to data, the Clear method fails.

See Also