I need to be able to count how many diffrenent values there are when i use an auto filter. For example:
The contents of my column are: 3,4,8,8,5,4,6,3,8,3,2
therefore the filter when clicked shows :
3
4
5
6
8
and that means that there are 5 DIFFERENT values.
Does anybody know how to do this using VBA??
Cheers
Phasid "If something is hard to do - then it isn't worth doing" - Homer Simpson
The contents of my column are: 3,4,8,8,5,4,6,3,8,3,2
therefore the filter when clicked shows :
3
4
5
6
8
and that means that there are 5 DIFFERENT values.
Does anybody know how to do this using VBA??
Cheers
Phasid "If something is hard to do - then it isn't worth doing" - Homer Simpson