M
Matt Knight
Hi there, hopefully someone can led me a hand:
Basically I have about 63K rows of data and 52 columns. What I need
to to is flip the columns around so that the data in Col BC is in D
Col D and vive versa. The header in the top row (row 5, starting in
Col D) runs from 0-51, so it's basically a matter of sorting on this
row (for less data, I'd transpose, sort and then transpose back-
simple, but I don't have 63k columns!)
If anyone can offer me a suggestion, I'd appreciate it (complete
novice at VBA though, so bear with me).
For reference I tried modifying the macro found here (unsuccessfully)
-
http://groups.google.com/group/micr...84214?lnk=gst&q=sort+by+rows#e3c0d4b271b84214
Cheers
Matt
Basically I have about 63K rows of data and 52 columns. What I need
to to is flip the columns around so that the data in Col BC is in D
Col D and vive versa. The header in the top row (row 5, starting in
Col D) runs from 0-51, so it's basically a matter of sorting on this
row (for less data, I'd transpose, sort and then transpose back-
simple, but I don't have 63k columns!)
If anyone can offer me a suggestion, I'd appreciate it (complete
novice at VBA though, so bear with me).
For reference I tried modifying the macro found here (unsuccessfully)
-
http://groups.google.com/group/micr...84214?lnk=gst&q=sort+by+rows#e3c0d4b271b84214
Cheers
Matt