+ Reply to Thread
Results 1 to 6 of 6

VBA Help : Update Summary Spreadsheet from multiple excel transmital list

  1. #1
    Registered User
    Join Date
    05-12-2015
    Location
    AU
    MS-Off Ver
    2019
    Posts
    61

    VBA Help : Update Summary Spreadsheet from multiple excel transmital list

    Hi ALL,

    I would like to ask help and guide me on how to create a vba to update my summary list from multiple transmittal files.

    Workflow:
    1. Transmital number will be inputed manually on column A1, A2 ... ect
    2. Extract values from individual transmittal files to columns C:E
    3. Count if the values in range D9:xxx satifies the criteria in F2:N2

    Thank you.

    SUMMARY.jpg
    Trans1.xlsx
    Transmittal Summary.xlsm
    Trans2.xlsx

  2. #2
    Valued Forum Contributor spitfireblue's Avatar
    Join Date
    01-29-2015
    Location
    Adelaide, Australia
    MS-Off Ver
    2007,2010,2016
    Posts
    611

    Re: VBA Help : Update Summary Spreadsheet from multiple excel transmital list

    Hi rxk,

    Try this:

    Please Login or Register  to view this content.
    You will need to ammend the part highlighted red to the path where the Trans1 etc. files are kept

  3. #3
    Registered User
    Join Date
    05-12-2015
    Location
    AU
    MS-Off Ver
    2019
    Posts
    61

    Re: VBA Help : Update Summary Spreadsheet from multiple excel transmital list

    Hi spitfireblue,

    Thank you for the code. I modified the the path to Path = ActiveWorkbook.Path & "\" & "Transmittals" & "\" to be flexible on the file location.

    Is it possible to add code to check any missing trans file under Transmittal folder and pop-up a list of missing files.

    Thank you.

  4. #4
    Valued Forum Contributor spitfireblue's Avatar
    Join Date
    01-29-2015
    Location
    Adelaide, Australia
    MS-Off Ver
    2007,2010,2016
    Posts
    611

    Re: VBA Help : Update Summary Spreadsheet from multiple excel transmital list

    Hi,

    Two options... both very similar. The one below will list all missing files after the code has been run. Otherwise, if you remove everything highlighted blue it will pop up with a message for each missing file.

    Please Login or Register  to view this content.

  5. #5
    Registered User
    Join Date
    05-12-2015
    Location
    AU
    MS-Off Ver
    2019
    Posts
    61

    Re: VBA Help : Update Summary Spreadsheet from multiple excel transmital list

    Thank you. splitfireblue

  6. #6
    Valued Forum Contributor spitfireblue's Avatar
    Join Date
    01-29-2015
    Location
    Adelaide, Australia
    MS-Off Ver
    2007,2010,2016
    Posts
    611

    Re: VBA Help : Update Summary Spreadsheet from multiple excel transmital list

    Glad I could help

+ 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. Rename Multiple PDF files in a folder per the list in Excel spreadsheet
    By vmanil75 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 11-18-2017, 09:40 AM
  2. Replies: 2
    Last Post: 12-16-2015, 05:41 AM
  3. Replies: 11
    Last Post: 01-13-2014, 05:15 AM
  4. multiple data validation list want to update automatically excel 2010
    By ninny76 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 05-14-2013, 11:57 PM
  5. Monthly spreadsheet- need to update summary sheet based on date
    By hootiebsc in forum Excel Formulas & Functions
    Replies: 15
    Last Post: 03-08-2013, 02:17 PM
  6. Excel spreadsheet holiday to Outlook Shared Calendar and update spreadsheet
    By tigerdel in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 08-25-2012, 06:04 AM
  7. Replies: 0
    Last Post: 12-10-2007, 09:22 AM

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