I tried looking for a solution but couldn't find anything that I could stitch together from prior posts to match my needs. Unfortunately my security will not allow me to use the screen capture tool so I can only provide a picture.
I have a spreadsheet of new employees, their names, manager name and email and their hire date. at 30, 60 and 90 days of their tenure I would like a email to be sent from my spreadsheet to the manager to remind them to check in with the employee (complete wording yet TBD).
The 30, 60 & 90 day dates are established on the Spreadsheet via formula.
I would like help to compile a macro that will send an email the day after the 30, 60 90 day due date (just the day after so only once) to the manager email, the message will contain information from the sheet itself (se below). I assume this can be triggered by opening the spreadsheet each day?
The wording of the email needs to be compiled and might contain several lines so I would need to know how to space out multiple lines. but the gist will be
"Dear <Manager>
Your recently hired employee <Employee Name> has now reached their <30/60/90> day tenure with the company. Please ensure that you connect with them ASAP to conduct a formal check in with them.
Please reach out if you have any questions"
Below is a screenshot example of my sheet (there are more columns after those shown, but are not relevant to the macro)
Thanks in advance for your assistance
I have a spreadsheet of new employees, their names, manager name and email and their hire date. at 30, 60 and 90 days of their tenure I would like a email to be sent from my spreadsheet to the manager to remind them to check in with the employee (complete wording yet TBD).
The 30, 60 & 90 day dates are established on the Spreadsheet via formula.
I would like help to compile a macro that will send an email the day after the 30, 60 90 day due date (just the day after so only once) to the manager email, the message will contain information from the sheet itself (se below). I assume this can be triggered by opening the spreadsheet each day?
The wording of the email needs to be compiled and might contain several lines so I would need to know how to space out multiple lines. but the gist will be
"Dear <Manager>
Your recently hired employee <Employee Name> has now reached their <30/60/90> day tenure with the company. Please ensure that you connect with them ASAP to conduct a formal check in with them.
Please reach out if you have any questions"
Below is a screenshot example of my sheet (there are more columns after those shown, but are not relevant to the macro)
Thanks in advance for your assistance