Hello,
I'm looking for a solution with my Excel VBA problem.
Hopefully someone is able to help.
Im looking for a solution, to send multiples row to a same email address and the body of the email have to be all the information of each row
In this case, each email addres match with the column WH
So Each email have to receive the information of all the row that apply on them.
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, Ad.
I'm looking for a solution with my Excel VBA problem.
Hopefully someone is able to help.
Im looking for a solution, to send multiples row to a same email address and the body of the email have to be all the information of each row
ID | Subject | Status | WH | Last Inbound Date | Actual Date | DWR | |
15468 | caso 1 | Pending | A1 | date | date | date | A1@hotmail.com |
6546 | caso 2 | Pending | A6 | date | date | date | A6@hotmail.com |
5648 | caso 3 | Pending | A6 | date | date | date | A6@hotmail.com |
45868 | caso 4 | Pending | B1 | date | date | date | B1@hotmail.com |
40958 | caso 5 | Pending | B6 | date | date | date | B6@hotmail.com |
54865 | caso 6 | Pending | A1 | date | date | date | A1@hotmail.com |
45456 | caso 7 | Pending | C1 | date | date | date | C1@hotmail.com |
215623 | caso 8 | Pending | A6 | date | date | date | A6@hotmail.com |
56462 | caso 9 | Pending | B6 | date | date | date | B6@hotmail.com |
86109 | caso 10 | Pending | B6 | date | date | date | B6@hotmail.com |
35215 | caso 11 | Pending | D1 | date | date | date | D1@hotmail.com |
65485 | caso 12 | Pending | E1 | date | date | date | E1@hotmail.com |
In this case, each email addres match with the column WH
So Each email have to receive the information of all the row that apply on them.
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, Ad.