+ Reply to Thread
Results 1 to 3 of 3

A Masterfile to summarize multiple workbooks

  1. #1
    Registered User
    Join Date
    04-28-2014
    Location
    Sverige
    MS-Off Ver
    Excel 2007
    Posts
    17

    A Masterfile to summarize multiple workbooks

    Hi,

    I will explain my problem before asking for a solution, as I do not know where to start.

    I have a folder structure containing several reconciliation files, all of which have a new name each month (Recs_XYZ_APR-16 for example). I'm now trying to build a summary file which collects data from each reconciliation file.

    I assume I need to write a procedure to open each file and return the values I want, or are there other ways to retrieve data from closed files? I tried writing an indexMatch formula to return a value from each file and then a macro to open each file and update the formula.

    I apologize for a vague explanation but I not know how to explain this better. Since I don't have the masterfile yet I can unfortunately not attach a file for you guys.

    Many thanks for any hints about which direction I should proceed.

    Alex

  2. #2
    Registered User
    Join Date
    09-14-2015
    Location
    Canada
    MS-Off Ver
    2010
    Posts
    18

    Re: A Masterfile to summarize multiple workbooks

    Alex, this sounds very similar to what I needed to do recently.

    The code below will
    - open all the excel files in a specified folder,
    - extract the specified data to a new row in a new workbook.

    The original source code is from: https://msdn.microsoft.com/en-us/lib...ice.14%29.aspx

    The code has been modified to allow the end-user to specify the file folder location in cell B5 of the macro-containing Summary Generator file. Thanks to users Spitfireblue and Bakerman2 for their input in this post: http://www.excelforum.com/showthread...8928&p=4384578

    Let me know if this is what you were trying to do.

    Jonny

    Please Login or Register  to view this content.

  3. #3
    Registered User
    Join Date
    04-28-2014
    Location
    Sverige
    MS-Off Ver
    Excel 2007
    Posts
    17

    Re: A Masterfile to summarize multiple workbooks

    Wow, thanks a lot Jonny (and Spitfireblue and Bakerman2 for support with OC)! I will have a go with it and see where it get's me.

    Best,
    Alex

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] How to pull and summarize data from multiple closed workbooks?
    By ChrisHook in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 12-06-2015, 04:52 PM
  2. summarize info in closed workbooks
    By GCIBrian in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 11-14-2015, 05:09 AM
  3. Copying data across workbooks in the same folder to masterfile
    By venice.may1 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 07-29-2015, 12:40 PM
  4. Replies: 2
    Last Post: 10-14-2014, 06:49 AM
  5. [SOLVED] Copy info from variable workbooks to a masterfile then loop
    By batuh in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 05-09-2014, 03:51 PM
  6. consolidating multiple workbook in one masterfile.
    By bluerose.12 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 09-06-2012, 12:58 AM
  7. how do i summarize data in multiple workbooks?
    By Norman in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 11-11-2005, 05:25 PM

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