I have in column A various strings, and a rule that highlights certain ones in red.
Is there an easy way to get the reference of the first cell that has been highlighted? For example, if the cell on row 53 is highlighted, I want to get "A53"
I tried FormatConditions.Count but that only tells me how many cells there are in the column. I can also loop through each cell with the formatting rule, but that kind of defeats the purpose.
Thanks!
Is there an easy way to get the reference of the first cell that has been highlighted? For example, if the cell on row 53 is highlighted, I want to get "A53"
I tried FormatConditions.Count but that only tells me how many cells there are in the column. I can also loop through each cell with the formatting rule, but that kind of defeats the purpose.
Thanks!