Results 1 to 20 of 20

Copying data from Multiple spreadsheet to single spreadsheet

Threaded View

  1. #1
    Registered User
    Join Date
    05-08-2013
    Location
    In your gf's house
    MS-Off Ver
    Excel 2010
    Posts
    16

    Copying data from Multiple spreadsheet to single spreadsheet

    As the title suggest, I am trying to copy data from Multiple spreadsheet to single spreadsheet. There will be around 200-300 sheets. I did a lot of googling and found the following macro to be best.


    But the issue is I have some sheets, where first column is blank for all the records.

    For example I have 3 sheets like these.

    1 AAA
    2 BBB
    3 CCC
    4 DDD

    5 EEE
    FFF
    GGG
    HHH

    9 III
    10 JJJ


    When I execute the macro it is creating a final sheet like this.

    1 AAA
    2 BBB
    3 CCC
    4 DDD
    5 EEE
    9 III
    10 JJJ

    It is not copying the FFF,GGG and HHH rows. From further analysis I found that, when the macro is looking for the last cell to start pasting data for the next spreadsheet, It pointing to
    FFF

    Thus it is overwriting F,G and H records.

    How to overcome this issue?
    Last edited by Cool\m/; 05-09-2013 at 07:43 AM. Reason: Removed code

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