MergeSort VBA Collection
VBA's Collection object provides a convenient way to handle sets of data, objects etc. However, VBA does not natively implement any methods for sorting them. This article presents a VBA implementation of MergeSort incorporating features for working with Collections of Objects and for customising output. Continue reading