Hi

Right now I'm using the excel built in function to sort columns with my macro
However since my columns have 64,000 entries it takes a while for the computer to sort it.
Is it possible to make it faster? Like using a Heap or Merge Sort?
I am already reading the columns with an array.
Can someone show me how to do this sort if possible?

Thanks