monkeymaster
New Member
- Joined
- Oct 15, 2021
- Messages
- 3
- Office Version
- 365
- Platform
- Windows
Hi,
I am trying to create a VBA macro that will generate outlook emails based on unique information in the cells. Every email is different and is going to different people. I need it to be able to generate numerous emails at a time without having to rerun the script. My file is set up so that column A is the 'To:" column B is 'CC', column C is the subject, and column D is the email.
Does anyone have a VBA code that will loop through these cells and generate previews of the emails?
I am trying to create a VBA macro that will generate outlook emails based on unique information in the cells. Every email is different and is going to different people. I need it to be able to generate numerous emails at a time without having to rerun the script. My file is set up so that column A is the 'To:" column B is 'CC', column C is the subject, and column D is the email.
Does anyone have a VBA code that will loop through these cells and generate previews of the emails?
To | CC | Subject | Email |
test | another test | ||
test2 | another test 2 |