I have 4 different cells, each on a different page in my Excel workbook. Each is a single-cell named region. I want these 4 cells to ALWAYS have the same matching background color. Can I use a macro to ensure that three of these cells always have the same interior.color
as the 4th cell? That way whenever I make a change to the 4th cell it propagates across the other 3. I know how to write a macro that would make this happen anytime I actively run the macro (such as by attaching it to a form control button), but I want this color lock to just be inherent to the workbook...always in effect without me needing to trigger it.
If i were trying to match values, I would simple write "=A1" in the other 3 cells. How can i achieve the equivalent with regards to background color?