R
R Avery
I have the problem that I can't instantiate outlook on one computer
anymore, even though it used to work perfectly. It just stopped working
one day after (I believe) the user's computer crashed. Is there
anything that I can do to fix this?
The following error occurs when trying to execute the createobject line.
Dim objApp As Outlook.Application
Set objApp = CreateObject("Outlook.Application")
Run-time Error '430':
Class does not support Automation or does not support expected interface.
Any help would be most appreciated.
anymore, even though it used to work perfectly. It just stopped working
one day after (I believe) the user's computer crashed. Is there
anything that I can do to fix this?
The following error occurs when trying to execute the createobject line.
Dim objApp As Outlook.Application
Set objApp = CreateObject("Outlook.Application")
Run-time Error '430':
Class does not support Automation or does not support expected interface.
Any help would be most appreciated.