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")
Text1 = bzhao.GetClipboardText()
MsgBox "The text on the Clipboard is: " & Text1