LarryE
Well-known member
- Local time
- Today, 13:51
- Joined
- Aug 18, 2021
- Messages
- 1,049
Code:
Dim olApp As Object
Set olApp = CreateObject("Outlook.Application")
causes this error to occur:
I DO have Microsoft Outlook 16.0 Object Library reference checked.
I have not a clue what this error message is. Do You?
Also, as the subject line suggests, I am attempting to send bulk e-mails to recipients (E-mail addresses stored as text in an ACCESS table) with a WORD document as the e-mail body and OUTLOOK as the vehicle to send them. Maybe I'm just nuts.