I need to highlight cells that must be filled in. It is easy to do when you are only looking at the ActiveCell but I need several cell to be highlighted if they are blank and the main Category has been filled in.
Example:
A1 = Main Category
B1 to E1 are sub categories.
If there is nothing in A1 then all the cells should be xlNone or white.
If A1 has been filled in then these cells must be highlighted if they are blank.
I do not want to do this through VBA.
Thank you,
Example:
A1 = Main Category
B1 to E1 are sub categories.
If there is nothing in A1 then all the cells should be xlNone or white.
If A1 has been filled in then these cells must be highlighted if they are blank.
I do not want to do this through VBA.
Thank you,