Hi everyone,
The below VBA code is set to send an email to a recipient (in column J) whenever a "Yes" is entered in column "I:I".
The issue is that if I put "Yes" in I3 and there is already a "Yes" in I2, it will send two emails for the two lines. If I now put "Yes" in I4, it will send an email to I2, I3 AND I4.
I'd like my code to only send an email to the line I am putting a "Yes" in.
Thanks!
Moderator's note: Please take the time to review our rules. There aren't many, and they are all important. Rule #2 requires code tags. I have added them for you this time because you are a new member. I have also added indentation because the undindented code was nearly unreadable. --6StringJazzer![]()
Please Login or Register to view this content.
Bookmarks