Hi all,
for a given day, i need to count the cells with certain colors.
in VBA : to count color cell :
Function CountColorIf(rSample As Range, rArea As Range) As Long
Dim rAreaCell As Range
Dim lMatchColor As Long
Dim lCounter As Long
lMatchColor = rSample.Interior.Color...