VBA: Attach individual PDFs from folder to Outlook message with dynamic naming conventions

foxyginger

New Member
Joined
May 29, 2019
Messages
3
I have many PDF and Excel invoice files which are saved to a folder via FTP. I would like to write a Macro which grabs these files individually and attaches them to their own Outlook e-mail.

I want the subject line to read "[Group Name] [prior month] Fee Invoice" - Ex.) Deli Service April Fee Invoice
-Group Name pulls all the string text from the file name before "_"

I want the e-mail address to be pulled from data in an Excel workbook by finding the Group Name and pulling back the associated e-mail addresses.

VBA code advice?

I've written a macro to do this for static data, but not dynamic.
 

Excel Facts

VLOOKUP to Left?
Use =VLOOKUP(A2,CHOOSE({1,2},$Z$1:$Z$99,$Y$1:$Y$99),2,False) to lookup Y values to left of Z values.

Forum statistics

Threads
1,214,641
Messages
6,120,685
Members
448,978
Latest member
rrauni

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