Help with error message

G

Guest

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top