Auto Email / Loop Through List

Status
Not open for further replies.

kod2th3e

Board Regular
Joined
Apr 2, 2008
Messages
87
1st I'd like to apologize in advance if someone has already requested this help and it has been solved. I've peered through the forum for a bit and couldn't find exactly what I was looking for.

I have the following table in excel:
1.PNG


What I'm trying to accomplish is to have excel/vba send an individual email to the address listed in column n for each email address. So based off of the table above, once I run the macro outlook would send 6 separate emails to the following addresses: js@acme.com, sm@acme.com, ma@acme.com, etc. I'd like the subject to be "Request Type:" + the value listed in column M and the body to be "Dear " + value listed in column E, skip two lines and have the rest of the body read: "Your request has been " + the value listed in column O.

after each email has been sent I'd like to have the line removed from the table if possible. Any/all help that can be provided would be very much greatly appreciated, thank you in advance.

Regards,
Cody
 

Excel Facts

Get help while writing formula
Click the italics "fx" icon to the left of the formula bar to open the Functions Arguments dialog. Help is displayed for each argument.
Status
Not open for further replies.

Forum statistics

Threads
1,214,653
Messages
6,120,751
Members
448,989
Latest member
mariah3

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