Problem automating outlook
I am now using;
Set O = CreateObject("Outlook.Application")
and I am getting the attached error. Outlook 2003 seems to be working fine
otherwise. I have also done a detect and repair on it as well.
Regards
"Mark Dormer" wrote in message
...
Dim O As Object
Set O = CreateObject("Outlook.Application")
Regards
Mark Dormer
"John" wrote in message
...
Hi
I am using the following code to automate outlook from within MS Access;
Dim O As Object
O = CreateObject("Outlook.Application")
The problem is that I am getting the following error on the second line;
Automation error
The specified module can not be found
What is the problem and how can I fix it?
Thanks
Regards
|