|
-
Feb 7th, 2006, 09:13 AM
#1
Thread Starter
Addicted Member
[RESOLVED] Copy Paste Excel
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
-
Feb 7th, 2006, 09:23 AM
#2
Re: Copy Paste Excel
You can lookup Transpose in the function list and review the help on this function
Danny
Never Think Impossible
If you find my answer helpful then please add to my reputation
-
Feb 7th, 2006, 09:26 AM
#3
Thread Starter
Addicted Member
Re: Copy Paste Excel
exactly what I needed.
Thanks
-
Feb 7th, 2006, 09:28 AM
#4
Re: [RESOLVED] Copy Paste Excel
Danny
Never Think Impossible
If you find my answer helpful then please add to my reputation
-
Feb 7th, 2006, 09:48 AM
#5
Thread Starter
Addicted Member
Re: [RESOLVED] Copy Paste Excel
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|