Quote Originally Posted by DocAElstein View Post
Hello msiyab,
Possibly Solution 1: This could be to refresh the range of dates in column A so that initially all the yellow highlighting is cleared.
( We do not want to risk changing anything you have in cells A1 and A2, so we can use the Offset( , ) property on the range followed by the Resize( , ) Property to adjust the range dimensions. )
This solution seems to be working. But I need to run the macro manually to update the conditional formatting every time.


Quote Originally Posted by DocAElstein View Post
Possibly Solution 2: This would be an advancement and modification to Solution 1: Procedure Sub ChkChqe() from above, could be converted into an “Events type” procedure . This would then run the routine automatically when you changed any value. This would simply save you having to run the procedure yourself.
How can we make this file a "Events type" macro so that the macro runs automatically?