Hi guys,
I'm sure this is really easy, but i am really struggling to get it to work.
I'd like a cell that i select to change its text colour to a different colour specified by me.
I'm currently using a formula for conditional format:
=AND(ROW()=CELL("row"),COLUMN()=CELL("col"))
And a screenupdating = true statement in the code.
It is very slow and does not react well. is there a better way?
I'm sure this is really easy, but i am really struggling to get it to work.
I'd like a cell that i select to change its text colour to a different colour specified by me.
I'm currently using a formula for conditional format:
=AND(ROW()=CELL("row"),COLUMN()=CELL("col"))
And a screenupdating = true statement in the code.
It is very slow and does not react well. is there a better way?