You should know by now that we can make a macro do almost anything we want it to.
The real trick is making it do something in a repeatable, controlled manner. You could certainly write a script that runs on Worksheet_Calculate, checking cells contents and formatting cells as desired. Downside is that it might take awhile depending on how many cells, and it would disable the Undo method (which may/may not be acceptable).
Thank you Bob!!!!! I will go check this outThis link may help you in your battle with your OCD......![]()
http://software-solutions-online.com/2014/04/18/excel-vba-border-colors/
.