No, Doug Robbins.
To complete the sorting method, I dumped the array into Excel and then sorted it there before loading it back into the list box, using the following code:
Dim i As Long, j As Long
Dim varlist As Variant
Dim xlapp As Object
Dim xlbook As Object
Dim xlsheet As Object
Dim...