Can somebody help me to change the background color of a cell depending on the color of another cell. I tried this:
It works. But my question is whether it can be done automatically? What i mean , is that every time I change the color in B1 to change it in A1 also. I do not normally work with VBA, that's why I'm asking.
Code:
Range("A1").Interior.Color = Range("A1").Interior.Color
It works. But my question is whether it can be done automatically? What i mean , is that every time I change the color in B1 to change it in A1 also. I do not normally work with VBA, that's why I'm asking.