Thread: Moving Rows
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ken[_19_] Ken[_19_] is offline
external usenet poster
 
Posts: 9
Default Moving Rows

How can I move alternate rows in an Excel table up one and over one?

For example I want:

a
b
c
d
e
f

to become:

ab
cd
ef

Thanks.

Ken