View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ric0999 Ric0999 is offline
external usenet poster
 
Posts: 7
Default Macro to order coluns

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.