moving a row to a column

P

Papa Jonah

I have a list in column a - the only thing on the sheet.
I want to move it so that it becomes a row.
ie I want A1 to stay put.
I want A2 to move to B1, A3 to C1, etc. Is there a simple code that will do
that?

TIA
Papa
 
P

Papa Jonah

I apparently don't know how to do that because I keep getting an error about
the paste area being a different size.
 
B

Biff

Suppose your range is A1:A10.
Select A2:A10
Copy that range
Select cell B1
Paste Special>Transpose>OK

Biff
 
Top