T
Thatch
I am getting this error when I try to activate the Outlook ActiveX module
using the code below. This used to work on Office 2000 and 2002. But after
upgrading to Office 2003, it stopped working.
Here's the code:
Dim gOutlookApplication as object
gOutlookApplication = CreateObject("Outlook.Application")
If I have Outlook running, it works. But if it is not running it does not
work.
What's wrong with my system? What .dll do I have to register to make this
work.
using the code below. This used to work on Office 2000 and 2002. But after
upgrading to Office 2003, it stopped working.
Here's the code:
Dim gOutlookApplication as object
gOutlookApplication = CreateObject("Outlook.Application")
If I have Outlook running, it works. But if it is not running it does not
work.
What's wrong with my system? What .dll do I have to register to make this
work.