+ Reply to Thread
Results 1 to 5 of 5

How to Extract Data from Multiple Files in Same Folder and Copy Data to One File

  1. #1
    Registered User
    Join Date
    07-09-2013
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    3

    How to Extract Data from Multiple Files in Same Folder and Copy Data to One File

    Hi guys,

    I am wondering how to get data from over 600 Excel Files with the same format, in the same folder and copy the contents in one Excel File. I only need a limited range of data from the Excel Files I am trying to copy.

    Any help would be greatly appreciated.

    Thanks

  2. #2
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: How to Extract Data from Multiple Files in Same Folder and Copy Data to One File

    'WORKBOOKS TO 1 SHEET STACKED
    Here's a macro for collecting data from all files in a specific folder.The parts of the code that need to be edited are colored red on that sheet to draw your attention.

    Then you'll need to adapt this section to copy on the data you need:

    Please Login or Register  to view this content.
    Last edited by JBeaucaire; 12-27-2019 at 04:45 AM.
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  3. #3
    Registered User
    Join Date
    07-09-2013
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: How to Extract Data from Multiple Files in Same Folder and Copy Data to One File

    Thank you for your help.

    I still cannot get it to populate the data. The message comes up to clear data, but then no data is copied over to the master file.

    I'm having trouble with the range part, I assume.
    All of the data is located in columns A:J and rows 1:34.

    I just can't figure out how to incorporate this into the code.
    Last edited by JBeaucaire; 12-27-2019 at 04:45 AM.

  4. #4
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: How to Extract Data from Multiple Files in Same Folder and Copy Data to One File

    So that would simply be:

    Please Login or Register  to view this content.

  5. #5
    Registered User
    Join Date
    07-09-2013
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: How to Extract Data from Multiple Files in Same Folder and Copy Data to One File

    Quote Originally Posted by JBeaucaire View Post
    So that would simply be:

    Please Login or Register  to view this content.

    Ok, I am able to extract data now! But, something is wrong with the copy function. The data in the Master Sheet looks nothing like the
    data in the original files.

    I attached an example of 1 of 600 files I am trying to consolidate. Also attached is the Master Sheet after running the code.

    Once again, I really appreciate you helping me. It means a lot, and I am learning quite a bit from the code as well. (I am pretty new to VBA)

    Would I have to copy the format and not the values to make this work?
    Attached Files Attached Files

+ 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