I have a macro who reads CSV files (22 in this test, but they are more) and put data starting on column 9 ("I").
I sort those columns using copy paste transpose, but I don't like this, I'm looking for a better way to sort the titles.
My sort code is:
Sub SortTitles()
Range("I1:AD1").Copy...