Send pdf - Mac

bhsoundman

Board Regular
Joined
Jul 17, 2010
Messages
56
Office Version
  1. 365
Platform
  1. MacOS
Hi All,

I'm trying to get a script that will send a pdf to a specified list of email addresses from within Excel 365. The main kicker is that the Mac version doesn't function the same as a PC version. I've broken this down into 2 pieces.

1) Attached the pdf : If I go to the menu item "Share" in Excel then "Send PDF" it works great, but I can't seem to put that into a script. I've tried recording a macro, but it just comes up blank.

2) Create the email with the addresses & subject etc. This part I have done. I just need the pdf to attach to this email. Here's the formula I ended up with to make this work:

=HYPERLINK("mailto:?subject=Staff Meeting - "&D1&" - "&D2&"&bcc="&TEXTJOIN(",",TRUE,A2:B50),"Email Staff")

Anyone have any ideas? Thanks in advance!
 

Excel Facts

Waterfall charts in Excel?
Office 365 customers have access to Waterfall charts since late 2016. They were added to Excel 2019.

Forum statistics

Threads
1,225,726
Messages
6,186,674
Members
453,368
Latest member
xxtanka

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top