Using IE from VBA - Permission Denied
Here is my code.
Dim ie As InternetExplorer
Dim ipf As Object
Set ie = CreateObject("InternetExplorer.Application")<<<<<t his is failed line
I have set referance to "Microsoft internet controls".
I am getting run time error 70 - Permission Denied.
Uptill today it was working fine. No new softwares installed / uninstalled.
Pl help.
Madiya
|