On a Mac, Office 2011 (latest patches) I want to send a mail via Outlook
Set mailer = CreateObject("Outlook.Application")
which gives the error
ActiveX component can't create object
which seems believable since there is no ActiveX on the Mac.
I tried to find alternative solutions, but
- they are quite dated (2011)
- the macro has to work on both Mac and Windows
What is currently the best VBA way to send a mail via Outlook in Office Mac 2011?