Hi
I have a rectangle shape ("Rectangle 6") which runs a simple macro that hides/unhides a column (Col P).
Range("P1").EntireColumn.Hidden = Not Range("P1").EntireColumn.Hidden
What I would like to do is, when the column is hidden the colour of the rectangle shape is green rgb(0, 176, 80)
and when the column is not hidden, the shape colour is red rgb(255, 0. 0).
Any help would be greatly appreciated.
I have a rectangle shape ("Rectangle 6") which runs a simple macro that hides/unhides a column (Col P).
Range("P1").EntireColumn.Hidden = Not Range("P1").EntireColumn.Hidden
What I would like to do is, when the column is hidden the colour of the rectangle shape is green rgb(0, 176, 80)
and when the column is not hidden, the shape colour is red rgb(255, 0. 0).
Any help would be greatly appreciated.