I have managed to open IE via excel and navigate with it, but i am not able to run basic JS functions like "alert" or "prompt". (in browser, not MsgBox in excel) I have tried:
appIE.document.onLoad = "function() { alert(""text"");};"
Any idea?
I have managed to open IE via excel and navigate with it, but i am not able to run basic JS functions like "alert" or "prompt". (in browser, not MsgBox in excel) I have tried:
appIE.document.onLoad = "function() { alert(""text"");};"
Any idea?