I haven't changed anything on my XP SP1 PC since last week - now all of the
sudden, I cannot create any IE instances via VBScript.
Even with this simple script:
Set s = CreateObject("InternetExplorer.application")
s.Visible = True
' Change the following line to the Internet site you want to open.
s.Navigate "http://www.microsoft.com"
I get :
Line: 1
Char: 7
Error: Permission denied: 'CreateObject'
Code: 800A0046
Source: Microsoft VBScript runtime error
I have various scripts that depend on the IE interface (I use it as a status
update)...what the heck can I do about this?