Thread: Moving Cells
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
daveB daveB is offline
external usenet poster
 
Posts: 3
Default Moving Cells

I have 3,000 rows in my worksheet. I just want to move
every other row up one line:

Smith, John (cell A1)
Biology Dept (cell A2)

I want to move cell A2 to B1...and

Jones, Sam (cell A3)
Anesth Dept (cell A4)

I want to move cell A4 to B3..and so on throughout my
worksheet. Thanks for the code in advance.

DaveB