VBA: Send mail via Outlook in Excel for Mac 2011
问题 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? 回答1: cf/ http://msdn.microsoft.com/en-us/library