+ Reply to Thread
Results 1 to 2 of 2

summarize info in closed workbooks

Hybrid View

  1. #1
    Registered User
    Join Date
    04-21-2015
    Location
    CA,USA
    MS-Off Ver
    7
    Posts
    13

    summarize info in closed workbooks

    I have a folder with multiple subfolders all containing an excel spreadsheet that is from the same template. I would like to extract the name of every file, and a couple of pieces of data from each spreadsheet (they have a naming protocol so part of the names are the same in every one). Can i do this if I all files are named '***123.xlsx' where the asterisks change? The information I want is in the same cell in every file. What about when I get a new folder and new file?

  2. #2
    Registered User
    Join Date
    11-11-2015
    Location
    Pune
    MS-Off Ver
    Office 13
    Posts
    13

    Re: summarize info in closed workbooks

    Hi,

    Does that mean '****123.xlsx" is fixed and asterik value keeps on changing

    you can use

    If InStr(1, Filename, "123.xlsx") > 0 Then
    further code

    I was also working day before yesterday on the same task... use recursive function to check all folders and sub folders. Thanks

+ 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. Macro Button that pulls sorted info from closed workbooks
    By searnold56 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 06-26-2013, 06:44 PM
  2. Summarize info from line-item cash flow worksheet
    By hereami in forum Excel General
    Replies: 8
    Last Post: 10-22-2009, 03:47 PM
  3. summarize different workbooks data in a single workbook' sheet
    By ravinder_tigh in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 05-11-2009, 02:38 AM
  4. Save info to closed file
    By toddgak in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 01-24-2009, 11:16 AM
  5. locating info in a closed workbook
    By Lisa Coombes in forum Excel General
    Replies: 5
    Last Post: 11-14-2008, 10:28 AM
  6. Macro to look up info from a closed workbook
    By hunsnowboarder in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 12-12-2007, 04:59 AM
  7. Extracting info from multiple worksheets to summarize
    By MrsHydrogeo in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 10-18-2007, 11:55 AM
  8. 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