Gaurang Mhatre
Member
Dear Friends,
I have prepared a macro which sends email to recipients whenever a project is due or will be due and for which i have set criteria of +3 i.e. if project is due on 19-Nov-16 then excel will show alert 3 days before 19 nov.
In macro i have put plain text in body due to which there is no identification to whom it has been sent or to whom it has been addressed.
For Example i want mail body to be like this whenever macro is run:
Also, when UAT date column is blank then mail should not be sent.
Project name you will get in column D i.e. description
Dear <Name>
Your Project <Name> is due and needs attention.
Kindly ignore if already done and update in sheet.
Regards,
Gaurang M
Basically i am sending reminders to people whose project is about to get due i.e. sending reminders 3 days before due date.
Please help me with the code for mail body as i am getting error.
Thanks for help in advance.
I have prepared a macro which sends email to recipients whenever a project is due or will be due and for which i have set criteria of +3 i.e. if project is due on 19-Nov-16 then excel will show alert 3 days before 19 nov.
In macro i have put plain text in body due to which there is no identification to whom it has been sent or to whom it has been addressed.
For Example i want mail body to be like this whenever macro is run:
Also, when UAT date column is blank then mail should not be sent.
Project name you will get in column D i.e. description
Dear <Name>
Your Project <Name> is due and needs attention.
Kindly ignore if already done and update in sheet.
Regards,
Gaurang M
Basically i am sending reminders to people whose project is about to get due i.e. sending reminders 3 days before due date.
Please help me with the code for mail body as i am getting error.
Thanks for help in advance.