I am surprised at how slow this bubble sort algorithm is using VBA. So my question is am I doing something wrong/inefficient, or is this just the best VBA and bubble sort wi
My thoughts:
For example:
for ... next
loops with for ... each
loops: the latter (paradoxically) can be faster