Joe Patrick
New Member
- Joined
- May 15, 2011
- Messages
- 44
Hi! I'm trying to do this with a macro:
1. if date in A3 is < today minus 3
2. then send email to name in A1
3. body to include a hyperlink contained in A2
Number of rows varies.
The name in A1 is just that, a name, so I will need a series of if/thens in the macro to indicate where the ".to" should go. (Unless someone knows how to make an email address out of a name. The domain is always the same and I know the format (first initial, last name) so I can do it except for special characters like apostrophes, hyphens and extra spaces - I'll post another thread about that.)
Is there a solution for this? Thank you in advance!
1. if date in A3 is < today minus 3
2. then send email to name in A1
3. body to include a hyperlink contained in A2
Number of rows varies.
The name in A1 is just that, a name, so I will need a series of if/thens in the macro to indicate where the ".to" should go. (Unless someone knows how to make an email address out of a name. The domain is always the same and I know the format (first initial, last name) so I can do it except for special characters like apostrophes, hyphens and extra spaces - I'll post another thread about that.)
Is there a solution for this? Thank you in advance!