I have a range of data (I13:K27) that I want to automatically sort in ascending order (using VBA) by individual cells, and not by rows. It would start at I13 and go to I27, then jump to J13 and go to J27, then finally jump to K13 and end at K27. This would be easy if everything was in one column, but it's necessary to split it up across three columns for the sake fitting on a single page when printing.
Any help is appreciated.
Any help is appreciated.