View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips Bob Phillips is offline
external usenet poster
 
Posts: 10,593
Default Counting occurrences of textString in variant array

I quote

I would now like to loop thro the NewCollection and
count occurrences of each string

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"JE McGimpsey" wrote in message
...
The routine eliminates duplicates in the *collection*, not the array.

In article ,
"Bob Phillips" wrote:

Surely, if you have eliminated duplicates, they all occur just once.