Sorting in a macro
On Sun, 9 Jan 2005 19:41:53 -0500, "Tom Ogilvy" wrote:
This example builds an array of filenames and then sorts them.
Sub QuickSort(SortArray, L As Long, R As Long)
[snipped..]
Thanks. Works beautifully. Now after this I will remove duplicates.
Possibly something that could (optionally) be inside QuickSort.
Don <donwiss at panix.com.
|