i want to sort a scripting.dictionary object on the Items (the Keys are how it is sorted by nature). My initial thoughts about this suggest that i create a new document and a new table, pour the dictionary into the table, and use the Word sort procedure.
Is this a reasonable approach?
I expect to do a lot of this – what sort algorithm is used in Word? Quicksort? HeapSort? Bubblesort? Should i write my own?