Results 1 to 4 of 4

Thread: Macro Copy Columns and Paste in rows.

  1. #1
    Junior Member
    Join Date
    Nov 2012
    Posts
    3
    Rep Power
    0

    Macro Copy Columns and Paste in rows.

    Hi,

    I'm currenlty try to create a macro that takes all data in a set number of columns and paste it below each other. I want it to loop this until last populated column.
    The number of rows in the sheet can change but is around 300- 400.

    Current
    ABC111222333444555
    ABC111222333444555


    End Result
    ABC111
    ABC111
    ABC222
    ABC222
    ABC333
    ABC333
    ABC444
    ABC444
    ABC555
    ABC555


    Any help would be highly appricated.

    Thanks
    Last edited by TommyKris; 02-28-2013 at 10:19 PM.

  2. #2
    Administrator Admin's Avatar
    Join Date
    Mar 2011
    Posts
    1,123
    Rep Power
    10
    Hi TommyKris,

    welcome to ExcelFox!!

    Could you attach a workbook ?
    Cheers !

    Excel Range to BBCode Table
    Use Social Networking Tools If You Like the Answers !

    Message to Cross Posters

    @ Home - Office 2010/2013/2016 on Win 10 (64 bit); @ Work - Office 2016 on Win 10 (64 bit)

  3. #3
    Junior Member
    Join Date
    Nov 2012
    Posts
    3
    Rep Power
    0
    Attached workbook.

    What i'm trying to achive is that starting from column AC i want every 14 columns to to be copies and pasted in at first empty row in range O:AB. Macro shoud run all columns until first empty column.
    Attached Files Attached Files

  4. #4

Similar Threads

  1. Copy/Paste Excel Range/Chart into Powerpoint VBA
    By Admin in forum Excel and VBA Tips and Tricks
    Replies: 1
    Last Post: 03-13-2014, 02:59 PM
  2. Macro to copy data in specific Columns
    By Howardc in forum Excel Help
    Replies: 0
    Last Post: 04-19-2013, 10:42 AM
  3. VBA -- Copy/Paste across sheets
    By Rasm in forum Excel Help
    Replies: 4
    Last Post: 09-21-2012, 02:07 PM
  4. Replies: 2
    Last Post: 04-08-2012, 09:42 AM
  5. Trapping Copy To Range Before Copy/Cut Paste
    By Rasm in forum Excel Help
    Replies: 4
    Last Post: 04-07-2011, 07:48 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •