M
Madiya
I had an working macro application which integrates our intranet data
into excel sheet by using internet explorer. It was working fine till 3
days back but now generates error as below.
Runtime error'-2147024894 (80070002)':
Automation error
The system can not find the file specified.
The buttons are End, Debug, Help.
This happens on the very first statement which is below.
Set ie = CreateObject("InternetExplorer.Application")
Macro do not refers to any file atall. It creates a new workbook with a
new sheet. But thats after getting the data from intranet.
I dont understand why it breaks after running successfully from last
6months(may be more then that)
Any help is appreciated.
Regards,
into excel sheet by using internet explorer. It was working fine till 3
days back but now generates error as below.
Runtime error'-2147024894 (80070002)':
Automation error
The system can not find the file specified.
The buttons are End, Debug, Help.
This happens on the very first statement which is below.
Set ie = CreateObject("InternetExplorer.Application")
Macro do not refers to any file atall. It creates a new workbook with a
new sheet. But thats after getting the data from intranet.
I dont understand why it breaks after running successfully from last
6months(may be more then that)
Any help is appreciated.
Regards,