View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Don Wiss Don Wiss is offline
external usenet poster
 
Posts: 300
Default 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.