OlkComboBox.Cut method (Outlook)
Removes the contents of the control and copies the contents to the clipboard.
Syntax
expression.Cut
expression A variable that represents an OlkComboBox object.
Remarks
The data is copied to the clipboard in unformatted text format, replacing the existing contents of the clipboard.
If the control style is olComboBoxStyleListBox, then this method will not cut anything.
See also
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.