Outlook Automation

R

ReidarT

I have used automation to send emails with or without attachments for years
in Access application.
In References I have a reference to Microsoft Outlook 11.0 Object Library,
and the file exists in the folder
c:\Programfiler\Microsoft Office\Office11\msoutl.olb.
The program now stops at
Set objOutlook = CreateObject("Outlook.Application").
This is both on my laptop and on my stationary computer.

regards
reidarT
 
S

stefan hoffmann

hi,
In References I have a reference to Microsoft Outlook 11.0 Object Library,
and the file exists in the folder
c:\Programfiler\Microsoft Office\Office11\msoutl.olb.
The program now stops at
Set objOutlook = CreateObject("Outlook.Application").
No error code or message?
This is both on my laptop and on my stationary computer.
Have you tested

Set objOutlook = New Outlook.Application

?

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