;open IE and navigate to our web app $Window = _IECreate("Internal Work Web application") ;Sometimes IE asks if you want to allow clipboard access, I assumed this code should work but it simply jumps right through the script while the main window is blank if the window pops up ;I think I can turn this off in IE but it would be preferred to do action on the window, any suggestions? If WinActive("Internet Explorer", "Do you want to allow this webpage to access your Clipboard?") Then Send ("!a")