I have 3 col of number A B and E. I need a macro that can inverse (flip) the numbers in each col.
ex:
1
2
3
4
5
6
7
I need a mcro that flip it so it becomes:
7
6
5
4
3
2
1


Thanks so much