PDA

Click to See Complete Forum and Search --> : [RESOLVED] Copy Paste Excel


billhuard
Feb 7th, 2006, 08:13 AM
Is there a way to copy a column and paste it on a row.

I know it is possible by using 2 loops and vba, but is there a way in excel, non vba macro.

Thanks

dannymking
Feb 7th, 2006, 08:23 AM
You can lookup Transpose in the function list and review the help on this function

billhuard
Feb 7th, 2006, 08:26 AM
exactly what I needed.

Thanks

dannymking
Feb 7th, 2006, 08:28 AM
It is tricky however..

billhuard
Feb 7th, 2006, 08:48 AM
Using transpose on the same sheet is tricky due to overlapping when pasting.
But if you paste on a new sheet, worked like a standard copy paste.