N
Neil
I have some code I use to create a mail message in Outlook 2003 from Access
as follows:
Dim objOutlook As Outlook.Application
Set objOutlook = New Outlook.Application
etc....
The code works fine everywhere except on one computer. On that computer, the
user gets Error -2147024770: "Automation error. The specified module could
not be found." at the Set objOutlook line.
I did some searching online, and I found that most of the time when people
got that message, it was because a DLL wasn't registered. So I looked up the
reference (in Access 2003) to "Microsoft Outlook 11.0 Object Library," and
it referred to msoutl.olb. However, that OLB file can't be registered,
because it's not an OCX or DLL.
So, any thoughts about what needs to be done here?
Thanks!
Neil
as follows:
Dim objOutlook As Outlook.Application
Set objOutlook = New Outlook.Application
etc....
The code works fine everywhere except on one computer. On that computer, the
user gets Error -2147024770: "Automation error. The specified module could
not be found." at the Set objOutlook line.
I did some searching online, and I found that most of the time when people
got that message, it was because a DLL wasn't registered. So I looked up the
reference (in Access 2003) to "Microsoft Outlook 11.0 Object Library," and
it referred to msoutl.olb. However, that OLB file can't be registered,
because it's not an OCX or DLL.
So, any thoughts about what needs to be done here?
Thanks!
Neil