+ Reply to Thread
Results 1 to 2 of 2

Search Multiple Excel Files and insert into Matrix with results

  1. #1
    Registered User
    Join Date
    11-15-2012
    Location
    WA
    MS-Off Ver
    Excel 2010
    Posts
    2

    Search Multiple Excel Files and insert into Matrix with results

    Hi, This is my first post here. I apologize in advance for any posting errors.

    I have a folder containing 10K+ of xls files that I need to analyze then input into a single worksheet.

    Attached is an example of expected inputs and outputs.
    aaa.bbb.Ccc.DdD.xls eee.fff.Ggg.HhH.xls Output.xlsx

    The input file has three Columns (Type, Field Name, Depth, Default Value). What I need to do is create a matrix of the Types column specifically the “Class…” values. The cell next to the “Class..” cell will always have the value "<SUPER-CLASS>". The tricky issue is that I don’t know all of the “Class…” names. I expect the number of “Class…” columns to be around the 10K+ range, similar to the number of files.

    I believe this could be accomplished with VB code, but I have no experience with VB.
    Thanks
    Rob
    Last edited by robertbuff; 11-15-2012 at 09:14 PM.

  2. #2
    Registered User
    Join Date
    11-15-2012
    Location
    WA
    MS-Off Ver
    Excel 2010
    Posts
    2

    Re: Search Multiple Excel Files and insert into Matrix with results

    Below is my VBA code to almost solve my problem.

    This was my first VBA code and was wondering if anyone has recommendations on what i could have done better.

    Also I am still trying to figure out the following issues. Any help would be greatly appreciated.
    1. Would like to sort the columns on the merged worksheet and all associated data
    2. how do I re-size cells to fit contents on the merged worksheet?
    3. Is there a way to setup and configure Auto Filter on the merged worksheet?

    Please Login or Register  to view this content.

+ 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