View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Excelerate-nl Excelerate-nl is offline
external usenet poster
 
Posts: 33
Default Counting number of identical values (or text) in a range

Can anyone suggest how I can count the number of identical records/cells in a
range (range is in alfabetical order) in a macro routine. So without using
the Countif function in a sheet. I also would like to know the first and the
last position (Index no.) of the records.

Thanks