Mcro to order columns

  • Thread starter Thread starter Ric0999
  • Start date Start date
R

Ric0999

Please, i need help with a macro to order 2 columns like that:

Column A Column B
A A
B B
C D
E E
G F


After the macro runs, the columns will be in the follow order:


Column A Column B
A A
B B
C
D
E E
F
G


Tks for this help.
 
Check your other post.
Please, i need help with a macro to order 2 columns like that:

Column A Column B
A A
B B
C D
E E
G F

After the macro runs, the columns will be in the follow order:

Column A Column B
A A
B B
C
D
E E
F
G

Tks for this help.
 
Back
Top