Copy Method

Object List Next Object

Defined By:
TextBox

Description:

Copy will duplicate highlighted text into the Windows Clipboard.

Declaration:

Sub Copy ()

Details:

If SelLength is greater then 0, Copy will replace the text in the Windows Clipboard with the SelText. If SelLength is equal to 0, Copy will do nothing. Text copied to the Clipboard may be retrieved with the Paste Method.

See Also: