Excel VBA Course
Excel VBA Course - From Beginner to Expert

200+ Video Lessons
50+ Hours of Video
200+ Excel Guides

Become a master of VBA and Macros in Excel and learn how to automate all of your tasks in Excel with this online course. (No VBA experience required.)

View Course

Excel automatically send email based on cell value change.

0

I am creating a training tracking sheet for my work.  The input will constantly be updated by employees entering the date that they execute the training.  When they do this the clock resets to 0 days.  Once they reach 30 days I have function to trigger a 1 and would like to have an email sent to their line manager to remind them to sign up their employee for training.  Once they hit 60 days the trigger would change from 1 to 2 and would like another email sent reminding them that they are now over 60 days and need to schedule training.  and finally once they go 90 days+ the trigger changes from 2 to 3 and would like for them to have one final email stating they are 90 days out and please schedule training asap.  

Column A = Employee Name, Column B = Most recent training, Column C = Their Line managers name, Column D = Today's date, Column E = days since last training, Column F = Email trigger number (0=30 days or less, 1 = 30 to 60 days out, 2 = 60 to 90 days out, 3 = 90+days), Column G = Their Line Managers Email Address.

Answer
Discuss

Discussion

Welcome Brhobo

Your question describes what you require to happens but what have you tried to achieve that? I see you have created the trigger (in column F) for an email but have you already followed Don's tutorial Send Emails from Excel - Automatically and by Hand?
John_Ru (rep: 6142) Jan 19, '21 at 10:18 am
The email part is actually very easy to do if you look to the tutorial JR posted. At least give the setup of the worksheet a try and upload it and then you can work through triggering a macro when the correct action occurs and then attach an email macro to that. You can also look to this tutorial for help to round-out the system: Run a Macro When a Specific Cell Changes in Excel
don (rep: 1989) Jan 19, '21 at 1:13 pm
Add to Discussion



Answer the Question

You must create an account to use the forum. Create an Account or Login