VBA: Creating Multiple E-Mails from E-Mail List

AZJ

New Member
Joined
Jul 27, 2022
Messages
1
Office Version
  1. 365
Platform
  1. Windows
Hello,

While I believe this may be possible, and I've done this in earlier versions of Excel (but lost my code), but it doesn't appear to be working in 365. I've referenced https://www.rondebruin.nl/win/s1/outlook/bmail5.htm, however it doesn't really seem to do anything

What I am trying to do is create multiple e-mails for each name / e-mail address listed in an excel spreadsheet with a common subject, body / my email signature.

So, for instance, Cell A2 contains a name 'Jim', and cell B2 contains JIm's e-mail address 'jim@bob.com', I would like a macro to loop column A & B, and create an individual e-mail with a common subject & body, but individualized with a name.

So in Jim's case, the e-mail would look like

To: jim@bob.com
Subject: Important Stuff
Body:

Hi Jim,

This is important Stuff.

Sincerely,

AZJ

Then, the macro would reference cell A3 & B3, and create an individual e-mail for a following name / e-mail address entry, so on and so forth.

Any assistance / insight is greatly appreciated.

Thank you,

AZJ
 

Excel Facts

Format cells as currency
Select range and press Ctrl+Shift+4 to format cells as currency. (Shift 4 is the $ sign).

Forum statistics

Threads
1,214,650
Messages
6,120,734
Members
448,987
Latest member
marion_davis

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