Hi Regg,
I am kind of new to VB, I tried to collect like you suggested, can you give me sample code.
Thanks
Sub Sorting()
Dim ListString
Dim CollList As New Collection
ListString = Array("A", "B", "B", "A", "C")
i = 0
Do
CollList.Add ListString(i)
If i...