ram9891273198
New Member
- Joined
- Oct 3, 2019
- Messages
- 3
Hello Everyone,
This is my first post so thank you very much in advance for any help..
I am trying to send individual mail from excel to three team members. I have member name range in C column, email id range in D column and file location path range in F column. My problem is when code is sending mail to third member it is attaching all three files (Specified in F column row 1 to 3) i mean files of first two members name also attached. In mail to second member it is attaching first two members file and in first mail it is sending it to first person only.
This is my first post so thank you very much in advance for any help..
I am trying to send individual mail from excel to three team members. I have member name range in C column, email id range in D column and file location path range in F column. My problem is when code is sending mail to third member it is attaching all three files (Specified in F column row 1 to 3) i mean files of first two members name also attached. In mail to second member it is attaching first two members file and in first mail it is sending it to first person only.
Code:
Mail.AddAttachment Range("F" & i).Value
'For i = 1 To Selection.Row