Programming with Reflection
SetClipboardText method
Syntax object.SetClipboardText Text
Copies a string to the Clipboard, replacing the existing text.
Text Argument type: String
The text to be copied to the Clipboard. Use an empty string ("") to clear the Clipboard. The string limit is 260 characters.
Note: You can use AppendSelection and CopySelection to add selected text to the Clipboard. These methods do not limit the size of the text to be added.