Help with error message

A

Angus

I have a module which sends an email using outlook.

On one PC I get an error message at this line of code:
Set olApp = CreateObject("Outlook.Application")

The error message is as follows:
Run-time error '-2147024770 (8007007e)':
Automation error
The specified module could not be found

Any help greatfully received.
 
S

Stefan Hoffmann

hi Angus,

Angus write:
I have a module which sends an email using outlook.

On one PC I get an error message at this line of code:
Set olApp = CreateObject("Outlook.Application")

The error message is as follows:
Run-time error '-2147024770 (8007007e)':
Automation error
The specified module could not be found

Any help greatfully received.
That's easy: A broken Outlook installation.

Also check, if any virus scanner is blocking you.


mfG
--> stefan <--
 
Top