Hello, my first post.
I'm looking for a solution with my Excel VBA problem.
Hopefully someone is able to help.
I'm looking for a solution to send multiple emails with outlook to different mailadresses with different rows from my excel file.
So every employee needs to receive an email with only the rows applying to them.
In this example every employee will receive an email with 3 excel rows in in, the header and the 2 rows related to his name and mailadress.
Is someone able to help me with the code for this?
I've been searching, but I were not able to find the right coding.
Thanks in advance.
Kind regards, Auke
I'm looking for a solution with my Excel VBA problem.
Hopefully someone is able to help.
I'm looking for a solution to send multiple emails with outlook to different mailadresses with different rows from my excel file.
Employee name | Email address | Info 1 | Info 2 | Info 3 | Info 4 | Info 5 | Info 6 | Info 7 |
A | A@hotmail.com | A | B | C | D | Info 5 | Info 6 | Info 7 |
A | A@hotmail.com | A | B | C | D | Info 5 | Info 6 | Info 7 |
B | B@hotmail.com | A | B | C | D | Info 5 | Info 6 | Info 7 |
B | B@hotmail.com | A | B | C | D | Info 5 | Info 6 | Info 7 |
C | C@hotmial.com | A | B | C | D | Info 5 | Info 6 | Info 7 |
C | C@hotmial.com | A | B | C | D | Info 5 | Info 6 | Info 7 |
So every employee needs to receive an email with only the rows applying to them.
In this example every employee will receive an email with 3 excel rows in in, the header and the 2 rows related to his name and mailadress.
Is someone able to help me with the code for this?
I've been searching, but I were not able to find the right coding.
Thanks in advance.
Kind regards, Auke