I’m looking for a decent sort implementation for arrays in VBA. A Quicksort would be preferred. Or any other sort algorithm other than bubble or merge would suffice.
Please note that this is to work with MS Project 2003, so should avoid any of the Excel native functions and anything .net related.
Take a look here:Edit: The referenced source (allexperts.com) has since closed, but here are the relevant author comments:
Note that this only works with single-dimensional (aka ‘normal’?) arrays. (There’s a working multi-dimensional array QuickSort here.)