I'm looking for a macro that will disable the conditional cell format of several specific cells.
Essentially, I have used the conditional cell format to create a merged field of 9 cells (L2:N4) that will turn red and display "ERROR" in case some entered data appears to be wrong. However, I want to give the user the ability to have a button that she can click in order to manually disable this format and display the standard "PASS" in green. This should be achieved through a CommandButton; upon click, I would like to add a confirmation, i.e. "Are you sure you want to manually override?" followed with a yes/no choice.
I then would like the CommandButton to turn into another commandbutton that can undo this change for this particular sheet, even if some other actions were taken in the meanwhile that should not be changed.
As I am totally new to VBA and only know some basics, I have no idea how to start this... can you please give me a hand with sorting this out?
Thank you very much indeed for your help, that's much appreciated.
=AND(YourCell,SomeErrorCheck)...