Re: Dynamically highlight all cells that equal the active cell value
Hello
I have that code working also. I modified it to keep coloring new clicked cells also.
The only other thing I would like to do is
How do I count the colored cells in each row and then write the number of colored cells per row at any available cell after the last column (all rows will always have same number of columns)
Thanks for any input
So for example, If I have 10 rows of data. and if I clicked on 3 different values. Right now, I have the code coloring all those values in the range of data. Any Row can have 0,1,2,3 colored cells. i want whatever the number of colored cells is in each row ,written after the last column of every row