R
Reg
Using automation I am successfully sending emails through Outlook from
Access.
Initially it seemed that there was no need for Outlook to be open for me to
do this.
Now, however I am getting an error -2113732604 at the line
Set objOutlookMsg = objOutlook.CreateItem(olMailItem)
It does not occur if I have Outlook open.
I would be grateful if someone could suggest what might have happened to
change things such that I now have to have Outlook open to avoid this error.
Thanks
Reg
Access.
Initially it seemed that there was no need for Outlook to be open for me to
do this.
Now, however I am getting an error -2113732604 at the line
Set objOutlookMsg = objOutlook.CreateItem(olMailItem)
It does not occur if I have Outlook open.
I would be grateful if someone could suggest what might have happened to
change things such that I now have to have Outlook open to avoid this error.
Thanks
Reg