Is there a simple way to count distinct values in a range (not a pivot, just normal cells in a range) via VBA, or do i need to do the SumProduct/Countif function.
Seems odd, i just want to know the number of unique values in a rnage, but i'm spinning my wheels tryign to do this without putting in a worksheetfuntion = Sumproduct....line. Seems like VBA should have a prettier way but its eluding me.
Seems odd, i just want to know the number of unique values in a rnage, but i'm spinning my wheels tryign to do this without putting in a worksheetfuntion = Sumproduct....line. Seems like VBA should have a prettier way but its eluding me.