SetClipboardText

Sets the text contents of the clipboard from a string.

Parameters
TextStr
Returns
None.
Remarks
To clear the contents of the clipboard, use this method while passing an empty string.
Example
Set bzhao = CreateObject("BZWhll.WhllObj")
Text1 = "New Clipboard Text"
bzhao.SetClipboardText Text1