Sending multiple emails with a different subject line for each

finding_dory

New Member
Joined
Jun 15, 2016
Messages
1
Hi experts, I really need help with writing vba codes as I do not have any programming background at all..

I need a macro that will help me send multiple emails:

- for each individual email sent, the subject line is customised

- the 'To' contacts stay the same for all the emails but the 'Bcc' contacts will change according to email addresses down the column

- upon clicking a button, several outlook windows will appear, so that i can send via outlook with the email message and recipients contacts already filled in

- i currently have 2 columns: column 'C' for 'bcc' contacts and 'D' for the personalised subject line
- a template email body on sheet2 range B3

Thank you in advance and i really hope you guys can help me with the code :)
 

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.
Welcome to the forum! That is a very involved project and especially so for a VBA new beginner.

With a few tweaks, you can use something like the Main() sub in the mMain module in the XLSM file. It attaches a PDF of the Invoice. The XLSX file is the template that is filled as an invoice for each row in the XLSM file.
https://www.dropbox.com/s/7kpeqi8p2udzte4/InvoiceTemplate.zip?dl=0

Change the .Send to .Display as commented.
 
Upvote 0

Forum statistics

Threads
1,215,943
Messages
6,127,814
Members
449,409
Latest member
katiecolorado

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