Send pdf - Mac

bhsoundman

Board Regular
Joined
Jul 17, 2010
Messages
61
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

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.

Forum statistics

Threads
1,226,468
Messages
6,191,199
Members
453,646
Latest member
SteenP

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