Cut Method

Object List Next Object

Defined By:
TextBox

Description:

Cut removes highlighted text from the TextBox, and copies it to the Windows Clipboard.

Declaration:

Sub Cut ()

Details:

If SelLength is greater than 0, Cut will remove the highlighted text, but store a copy of it in the Windows Clipboard. If SelLength is equal to 0, Cut will do nothing. Text cut to the Clipboard can be retrieved using the Paste method.

See Also: