Hi there, I've been struggeling with these codes for a while.
I've searched the net, but I can't find any example which does what I need.
Question:
I need a macro that;
Based on value in column A;
1. Macro will find the "TO" E-mail address in Column B (Sheet1),
2. Macro will create 1 mail per new value in A column
3. Macro will find hyperlink to attachment in column C (Sheet1) and attach to e-mail
4. Macro will copy the html body range from another sheet (X)
What I have
Based on value in column A;
1. Macro will find the "TO" E-mail address in Column B (Sheet1),
2. Macro will create 1 mail per new value in A column
3. Macro will find hyperlink to attachment in column C (Sheet1) and attach to e-mail
4. But it takes the same BODY to all the different E-mails.
My code;
In other words, I'm very close - My code creates each mail, and have the correct attachment - but the body is the same in all the different E-mails.
What am I doing wrong? I guess I've overworked the if rules at somehow - and would really appreaciate your assistance.
Any help - changes to current code / new code is highly appreciated since I'm currently stuck.. 
Thanks in advance
// Joakim
Bookmarks