+ Reply to Thread
Results 1 to 3 of 3

Working on many excel files - problem with cells update

  1. #1
    Registered User
    Join Date
    06-16-2022
    Location
    Poland
    MS-Off Ver
    2019
    Posts
    18

    Working on many excel files - problem with cells update

    Hello everyone,

    I've got a little problem while working with many Excel files at once.

    I've build a folder structure as in zip attachment, and the main problem is all forumlas in C column in Example File (located in example folder 2) are working only when my source files are open. Is there any possibility to let Excel get information from source files without actually opening them? For now there is not a big hassle because I have very few files but i want to have it all automated since begining.

    Thanks in advance!
    Attached Files Attached Files

  2. #2
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS 365 Family 64-bit 2411
    Posts
    26,715

    Re: Working on many excel files - problem with cells update

    The INDIRECT function will not work to reference a closed file. The typical solution is to write a VBA function that can either open the file or read a closed file, write VBA that will write the formula dynamically, or use a VBA add-in. Another solution is to mirror the external data in another worksheet but you have many files and it appears they may be dynamic so I don't know if that will work for you.
    Jeff
    | | |會 |會 |會 |會 | |:| | |會 |會
    Read the rules
    Use code tags to [code]enclose your code![/code]

  3. #3
    Registered User
    Join Date
    06-16-2022
    Location
    Poland
    MS-Off Ver
    2019
    Posts
    18

    Re: Working on many excel files - problem with cells update

    That's what i thought.

    Could u help me with VBA? I have no idea how to write any code in VBA. I also tried mirroring data in another sheet but it's doesn't work at all

+ 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. Update cells based on cells in csv files
    By TimoB in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 08-31-2018, 07:09 AM
  2. [SOLVED] Excel macro - save to files from cells problem
    By 1universe in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 04-01-2018, 10:29 PM
  3. Trying to update an access table from Excel based on unique ID. rst.Update not working
    By Newbie0924 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 04-22-2015, 04:15 PM
  4. [SOLVED] Help! Problem using Indirect function to update master workbook from linked files
    By treetrunk in forum Excel Formulas & Functions
    Replies: 25
    Last Post: 06-13-2014, 05:47 AM
  5. Is It Possible to Update Cells of Multiple Files?
    By elgourmet in forum Excel Programming / VBA / Macros
    Replies: 16
    Last Post: 08-02-2010, 09:23 AM
  6. Excel Macro DO/LOOP not working after cells update from another application
    By rodrigt in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 06-15-2010, 05:26 AM
  7. Excel 2003 - Update or Don't Update Links Problem
    By Jamie in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 07-07-2005, 10:05 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