ComboBox.Value Property (Outlook Forms Script)
Returns or sets a Variant that specifies the value in the BoundColumn of the currently selected rows. Read/write.
Syntax
expression.Value
expression A variable that represents a ComboBox object.
Remarks
Changing the contents of Value does not change the value of BoundColumn. To add or delete entries in a ComboBox, you can use the AddItem or RemoveItem method.
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.