OK, yes, silly me.
I doubt the sorting is the slow bit. I'd add some Wscript.Echo Now
prexied logging in your script so you can see which parts are taking the time.
Bubble sort is slow... performance at N^2 magnitude
Quicksort is N Log 2 N
For 180 records, bubble sort would take avg effort...