ListBox.Clear Method
Outlook Forms Script Reference |
Removes all entries in the list in a ListBox.
Syntax
expression.Clear
expression A variable that represents a ListBox object.
Remarks
If the control is bound to data, the Clear method fails.
See Also