October 5, 2010
Hi,
I'd usually look to do something like this using a Worksheet_Change event but unfortunately changing the colour of a cell does not trigger a change event in Excel. So you'd need to make some other change to the sheet/cell to trigger the VBA.
Once this is done you could then modify the code here to send the email.
In the Tech column is just the letter A, not an email address?
Regards
Phil
October 5, 2010
Hiya,
Yes, changing a cell value would trigger an event that would then run the VBA to send the email.
In order to do this I'd need to know what cell(s) would change and what value in the cell indicates that an email should be sent?
What will the contents of the email be?
Regards
Phil
October 5, 2010
Hi,
Please see attached.
The code for generating he email is taken from this post : VBA to create email and send with Outlook
Regards
Phil
1 Guest(s)