Results 1 to 5 of 5

Thread: [RESOLVED] Copy Paste Excel

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jan 2006
    Location
    Montreal, Canada
    Posts
    152

    Resolved [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

  2. #2
    Fanatic Member dannymking's Avatar
    Join Date
    Jul 2005
    Location
    Darlington, North East UK
    Posts
    677

    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

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Jan 2006
    Location
    Montreal, Canada
    Posts
    152

    Re: Copy Paste Excel

    exactly what I needed.

    Thanks

  4. #4
    Fanatic Member dannymking's Avatar
    Join Date
    Jul 2005
    Location
    Darlington, North East UK
    Posts
    677

    Re: [RESOLVED] Copy Paste Excel

    It is tricky however..
    Danny

    Never Think Impossible

    If you find my answer helpful then please add to my reputation

  5. #5

    Thread Starter
    Addicted Member
    Join Date
    Jan 2006
    Location
    Montreal, Canada
    Posts
    152

    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
  •  



Click Here to Expand Forum to Full Width