I have an MS Access application that ran perfectly. Through a VBA macro module within that aplication, I accessed the Web to get some specific information that was subsequently added to the data base. That application ran without a problem when Norton 2007 was present.
After upgrading to Norton 2008 the application is broken. It now crashes with a Runtime error 430: Class does not support automation or does not support expected interface.
The code was absolutly the same.
I could pinpoint the error the to line where the IE was instantiated:
set objIE = new SHDocView.InternetExplorer
Do I have to adjust something in Norton?
and also How can I disable Norton 2008 (stop it from running)?
_________________________________
In theory, there is no difference between theory and practice. In practice, there is. [attributed to Yogi Berra]
After upgrading to Norton 2008 the application is broken. It now crashes with a Runtime error 430: Class does not support automation or does not support expected interface.
The code was absolutly the same.
I could pinpoint the error the to line where the IE was instantiated:
set objIE = new SHDocView.InternetExplorer
Do I have to adjust something in Norton?
and also How can I disable Norton 2008 (stop it from running)?
_________________________________
In theory, there is no difference between theory and practice. In practice, there is. [attributed to Yogi Berra]