Sep 12, 20236 min readA better collection in VBAFed up with arrays and Collections (and Dictionarys and ArrayLists)? Try List, a better collection for VBA.
Jun 15, 20234 min readSorting Objects in VBASorting arrays of Objects in VBA - any Objects, Worksheets, Documents, Slides etc or Objects defined by your own custom Class Modules
Jun 13, 20232 min readSorting Strings in VBAThis is an implementation of the 'merge sort' algorithm - one of the most efficient sorting algorithms. It uses what's known as a 'divide...