Hello, i am trying to get some assistance with the code below. In active cell row "S", each time the value changes, it should trigger an email and color the row a specific color, that part works okay. However, to prevent it from firing when it shouldn't, I want to validate it by using the cell color as a check, if the cell color is green, it means the mail was already sent for example, so it shouldnt send it again if selected.
In the code here, it should be, if the active cell row "S" colorindex = 4, then dont fire the mail again. I have been trying but each time i get close to solving it, it messes up something else in the code, kindly help please.
Bookmarks