A
April
Hello again,
I have a few machines that have a problem, where the rest don't. Those that
have a problem get the following error msg:
======
Automation error
The specified module could not be found --2147024770
======
when trying to execute the following line of code:
-------
Set objOutlook = CreateObject("Outlook.Application")
-------
All the machines have Office 2003, with a reference to the Microsoft Outlook
11.0 Object library. I thought maybe the library on the problem machines was
corrupt or something, so I had them deselect the reference, copy the
msoutl.olb file from a "working" machine, then re-instate the library
reference. No luck.
(I have a "Dim objOutlook As Outlook.Application" line just before the "Set
objOutlook..." line.)
Any ideas?
I have a few machines that have a problem, where the rest don't. Those that
have a problem get the following error msg:
======
Automation error
The specified module could not be found --2147024770
======
when trying to execute the following line of code:
-------
Set objOutlook = CreateObject("Outlook.Application")
-------
All the machines have Office 2003, with a reference to the Microsoft Outlook
11.0 Object library. I thought maybe the library on the problem machines was
corrupt or something, so I had them deselect the reference, copy the
msoutl.olb file from a "working" machine, then re-instate the library
reference. No luck.
(I have a "Dim objOutlook As Outlook.Application" line just before the "Set
objOutlook..." line.)
Any ideas?