<< Click to Display Table of Contents >>
Cut |
Cut()
Cuts the previously selected text to the Clipboard. Use the Paste method to paste this text into the indicated place. Example:
Sub CommandButton1_Click()
Screen.Item("ComboBox1").Cut()
End Sub