J
John
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
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