ComboBox.Paste Method

Outlook Forms Script Reference

Transfers the contents of the Clipboard to an object.

Syntax

expression.Paste

expression   A variable that represents a ComboBox object.

Remarks

Data pasted into a ComboBox is treated as text.

See Also