+ Reply to Thread
Results 1 to 4 of 4

Macro to copy data from tables with unspecified rows on multiple sheets into one table

  1. #1
    Registered User
    Join Date
    09-30-2012
    Location
    amman
    MS-Off Ver
    Excel 2010
    Posts
    8

    Macro to copy data from tables with unspecified rows on multiple sheets into one table

    Hello,

    I’m a new user of Excel Macros but your posts were very helpful in teaching me many things

    I’ve created macros to extract data from multiple files into tables on multiple sheets. Now I have 4 sheets each having a table from A:D, I need to summarize the data into one sheet “Summary”, copy row 2 till the last filled row from the table on sheet 1, paste them in the table on the “Summary” sheet. Then, copy row 2 till the last filled row from the table on sheet 2, paste them in the next available row in the table on the “Summary” sheet, and so on…

    It is important for me not to specify the range of the rows I want to copy since data are being increased and changed each time on the sheets.

    You could find the file attached if needed...

    I would really appreciate it if anyone could help me doing this, and thanks in advance

  2. #2
    Forum Expert mrice's Avatar
    Join Date
    06-22-2004
    Location
    Surrey, England
    MS-Off Ver
    Excel 2013
    Posts
    4,967

    Re: Macro to copy data from tables with unspecified rows on multiple sheets into one table

    Try this.

    Please Login or Register  to view this content.
    Martin

  3. #3
    Registered User
    Join Date
    09-30-2012
    Location
    amman
    MS-Off Ver
    Excel 2010
    Posts
    8

    Re: Macro to copy data from tables with unspecified rows on multiple sheets into one table

    Mrice,

    thanks loads it worked perfectly! i really appreciate your support

    best regards

  4. #4
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: Macro to copy data from tables with unspecified rows on multiple sheets into one table

    Based on your last post in this thread, its apparent that you are satisfied with the solution(s) you've received and have solved your question, but you haven't marked your thread as "SOLVED". I will do it for you this time.

    In future, to mark your thread as Solved, you can do the following -
    Select Thread Tools-> Mark thread as Solved.

    Incase your issue is not solved, you can undo it as follows -
    Select Thread Tools-> Mark thread as Unsolved.

    Also, since you are relatively new to the forum, i would like to inform you that you can thank those who have helped you by clicking the small star icon located in the lower left corner of the post which helped you. This adds to the reputation of the person who has taken the time to help you.
    If I have helped, Don't forget to add to my reputation (click on the star below the post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
    Use code tags when posting your VBA code: [code] Your code here [/code]

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1