Hello.
What I'm trying to achieve today is to count cells with a certain color and then make excel refresh the cell with such sum automatically.
Below I have a code for counting cells with color and it works fine:
Function CountColorIf(rSample As Range, rArea As Range) As Long Dim rAreaCell...