J
John
Hi
I have ms access vba code that sends emails via outlook. The problem is that
the code previously working fine is now giving error on the following line
of code;
Set objOutlook = CreateObject("Outlook.Application")
The error is "Run-time error '-2147024770 (8007007e)': , Automation error,
The specified module could nor be found."
What is the problem and how can I fix it?
Thanks
Regards
I have ms access vba code that sends emails via outlook. The problem is that
the code previously working fine is now giving error on the following line
of code;
Set objOutlook = CreateObject("Outlook.Application")
The error is "Run-time error '-2147024770 (8007007e)': , Automation error,
The specified module could nor be found."
What is the problem and how can I fix it?
Thanks
Regards