| |
Newbie123
Posts: 4
Score: 0
Joined: 8/7/2005
Status: offline
|
I am trying to access the clipboard. A common solution to I have seen to do this is to be is via html file. something like Dim ie Set ie = CreateObject("InternetExplorer.Application") ie.Navigate("about:blank") msgbox ie.document.parentwindow.clipboardData.GetData("Text") The probel with this is that I get the following warning which interrupts my script. "Do you want to allow this page to pasteinformation from your clipboard?" Is there anyway I can get past this? I do not have access to change my ie security settings. Any ideas? Many Thanks I
|
|