Hi all,
Usually i just use the excel worksheet to sort my values and then read the sorted column of strings into an array.
However, i have an array of strings around 30000 strings......already in array.......and might get larger. To paste into excel, use excel to sort and then read back into arrays.......i thought might get time consuming so i was wondering how to sort an array of strings into alphabetical order.
I read something in John Walkenbach's book on sorting and he indicated the "VBA COunting sort" was the best.....could i use this? or which ever way you all see as best is fine too.
Bookmarks