View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default Macro to order coluns

Check one of your other posts.

Ric0999 wrote:

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.


--

Dave Peterson