I use the following code to activate a window,
Can anyone help with a script to check first if the application is open or not so that I don't get an error message if it isn't open.
I have tried on error goto etc... but I get a msgbox popup still which interferes with my other scripts.
I also use
Can anyone help with a script to check first if the application is open or not so that I don't get an error message if it isn't open.
I have tried on error goto etc... but I get a msgbox popup still which interferes with my other scripts.
Code:
ActivateWindow "Internet Explorer"
I also use
Code:
appactivate "Internet Explorer"