12-02-2010, 10:43 AM
This wouldn't work anyway because the InputBox function pauses the script. So there is no way to execute the next line of the script until the InputBox is closed. If you want to get what is in the system's clipboard, use this:
Code:
Set cb = CreateObject("Mercury.Clipboard")
MsgBox cb.GetText