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
David Biddulph - 19 Oct 2006 22:16 GMT
Paste Special/ Transpose

Signature
David Biddulph
>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?
Papa Jonah - 19 Oct 2006 22:36 GMT
I apparently don't know how to do that because I keep getting an error about
the paste area being a different size.
> Paste Special/ Transpose
> >I have a list in column a - the only thing on the sheet.
[quoted text clipped - 3 lines]
> > do
> > that?
Biff - 19 Oct 2006 23:01 GMT
Suppose your range is A1:A10.
Select A2:A10
Copy that range
Select cell B1
Paste Special>Transpose>OK
Biff
>I apparently don't know how to do that because I keep getting an error
>about
[quoted text clipped - 8 lines]
>> > do
>> > that?
Biff - 19 Oct 2006 22:20 GMT
Try this in B1 and copy across:
=INDEX($A1:$A10,COLUMN())
Biff
>I have a list in column a - the only thing on the sheet.
> I want to move it so that it becomes a row.
[quoted text clipped - 5 lines]
> TIA
> Papa