Anyone got a quick idea on a swift way to sort a ListBox of dates? Problem is that I'm populating the list with elements from another ListBox. I'm looking for something more efficient than a bubble sort, a quicksort I found on the web didn't work, and using a temporary range in a sheet isn't an option. So far my attempts have only brought headaches. Any help would be appreciated.