VBA - Updating Sheets and Sending Email to Multiple Recipients

jamesmev

Board Regular
Joined
Apr 9, 2015
Messages
233
Office Version
  1. 365
Platform
  1. Windows
I am hoping for some help on this one. Looking for a VBA wizard to direct me .

I have an email list where the Name/Address/Birthday/Todays Date is noted.
On sheet2 I have a generic message.
I need to send an email to all of the people on the list with the generic message as a PDF.
This part is easy enough..
I need to include above the generic message that specific recipients information (Name/Address/Birthday/Today's Date).



Example:
Recipient 1:

John Doe
123 Main Street
1/1/1990
1/15/2020

Generic Message
(send email PDF)

Recipient 2
Jane Doe
234 Cross Ave
2/2/1999
1/15/2020

Generic Message
(send email PDF)

Etc....
 

Excel Facts

Fastest way to copy a worksheet?
Hold down the Ctrl key while dragging tab for Sheet1 to the right. Excel will make a copy of the worksheet.
All these data are in the same column? Row by row?
 
Upvote 0
Sheet1

Column A = Email Address
Column B = Name
Column C = Address
Column D = Birthday
Column E= Todays Date

Sheet 2:
B2 = Todays Date
B4 = Name
B5= Address
B6 =Birthday
B7 = Todays Date

B9 = Generic message
 
Upvote 0

Forum statistics

Threads
1,214,531
Messages
6,120,073
Members
448,943
Latest member
sharmarick

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