Forum Discussion
JPC1804
Oct 19, 2021Copper Contributor
Sending email from within Excel for Mac
Hello, I use Microsoft Excel for Mac 16.50. I am trying to share an Excel workbook via my Outlook 365 email but Apple Mail opens by default. I don't see where I can change the default email clien...
NikolinoDE
Oct 19, 2021Gold Contributor
My knowledge is very limited when it comes to Mac, but I can only recommend this site.
I was able to use and expand some solutions from there.
Send Mail from Mac Excel with Mac Outlook
Test the code in the workbooks
3 workbooks with code examples in the zip file for testing.
1. MacOutlookWithExcel.xlsm to create a mail with the ActiveSheet, Selection, WorkBook, only text, row data
2. MacOutlookWithExcelPDF.xlsm to create a mail with the ActiveSheet, Range or WorkBook as PDF
3, MacOutlookWithExcelHTMLBody.xlsm to create a mail with the ActiveSheet/Selection in the body
2. MacOutlookWithExcelPDF.xlsm to create a mail with the ActiveSheet, Range or WorkBook as PDF
3, MacOutlookWithExcelHTMLBody.xlsm to create a mail with the ActiveSheet/Selection in the body
The third-party products that this article discusses are manufactured by companies that are independent of me. I makes no warranty, implied or otherwise, about the performance or reliability of these products.
I would be happy to know if I could help.
NikolinoDE
Was the answer useful? Mark them as helpful!
This will help all forum participants.
- JPC1804Oct 21, 2021Copper Contributor
Thanks. I'll give it a shot.