Hi
I'm hoping someone on here will be kind enough to help me out with a little VBA coding to have a Text box display an coloured arrow depending on a cell value.
The reason for this is due to having a dashboard look to the sheet i'm working on which is made with a large shape that has a gradient finish to it unfortunately this covers all the cells behind.
How i want it to work is:-
If the referenced cell was greater the 0% then the arrow would be green and pointing upwards,
If the referenced cell was equal to 0% then the arrow would be yellow and point horizontally,
If the referenced cell was less than 0% then the arrow would be red and pointing down,
The textbox is called TextBoxArrow and is located on sheet 3.
The cell referenced is on sheet 6 and cell reference is J56.
I don't want the textbox itself to have any fill.
Many thanks in advance.
Tony
I'm hoping someone on here will be kind enough to help me out with a little VBA coding to have a Text box display an coloured arrow depending on a cell value.
The reason for this is due to having a dashboard look to the sheet i'm working on which is made with a large shape that has a gradient finish to it unfortunately this covers all the cells behind.
How i want it to work is:-
If the referenced cell was greater the 0% then the arrow would be green and pointing upwards,
If the referenced cell was equal to 0% then the arrow would be yellow and point horizontally,
If the referenced cell was less than 0% then the arrow would be red and pointing down,
The textbox is called TextBoxArrow and is located on sheet 3.
The cell referenced is on sheet 6 and cell reference is J56.
I don't want the textbox itself to have any fill.
Many thanks in advance.
Tony