Comparison of Sorting Algorithms (VB2TheMax, David B Ring)

Excellent: very useful article which provides implementations of 9 different sorting algorithms in VBA and compares speed and memory consumption of each. Unusually, MSD RadixSort and Ternary QuickSort algorithms are included, and they work too. Quick sort is still probably the general purpose sort of choice.

Link

http://www.vb2themax.com/HtmlDoc.asp?Table=Articles&ID=640