moving a row to a column

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
I apparently don't know how to do that because I keep getting an error about
the paste area being a different size.
 
Suppose your range is A1:A10.
Select A2:A10
Copy that range
Select cell B1
Paste Special>Transpose>OK

Biff
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top