GetClipboardText

Copies the contents of the clipboard to a string variable.

Parameters
None.
Returns
The text retrieved from the clipboard.
Example
Set bzhao = CreateObject("BZWhll.WhllObj")
bzhao.Connect
Text1 = bzhao.GetClipboardText()
MsgBox "The text on the Clipboard is: " & Text1