Hi,
I am using around 200 individual text boxes in a single worksheet that each contain a formula pointing to the value of a unique cell in another worksheet in the same workbook. Each cell being referenced contains a numeric value. I wish to apply conditional formatting to the value in the textbox such that:
If the cell value > 0, use black text.
If the cell value <= 0 use green text.
I have attempted to modify vba code I have found on similar topics without success.
Is anyone able to help ?
I am using around 200 individual text boxes in a single worksheet that each contain a formula pointing to the value of a unique cell in another worksheet in the same workbook. Each cell being referenced contains a numeric value. I wish to apply conditional formatting to the value in the textbox such that:
If the cell value > 0, use black text.
If the cell value <= 0 use green text.
I have attempted to modify vba code I have found on similar topics without success.
Is anyone able to help ?