+ Reply to Thread
Results 1 to 2 of 2

Quickly linking cell values to other workbooks

  1. #1
    Registered User
    Join Date
    12-22-2011
    Location
    Berlin, Germany
    MS-Off Ver
    Excel 2010
    Posts
    58

    Quickly linking cell values to other workbooks

    The number in the file goes to zero when the other file that it’s getting the data from is not open. Is there any way around that? It’s strange because when I use

    =’C:\Mike\My Documents\[Fuel Usage Year 1.xlsx]Sheet1’!$A$1
    the summary file will keep that value when the other excel file is closed but when I use

    =indirect(“’C:\Mike\My Documents\[Fuel Usage Year “&B1&”.xlsx]Sheet1’!$A$1”)
    the cell turns to 0 when the base data file is closed!

    So it has something to do with the =indirect(…) function but I need that to drag the cell down instead of typing 100 different file paths.

    Any ideas?

  2. #2
    Forum Guru MarvinP's Avatar
    Join Date
    07-23-2010
    Location
    Woodinville, WA
    MS-Off Ver
    Office 365
    Posts
    16,389

    Re: Quickly linking cell values to other workbooks

    Hi,

    See if this link helps http://www.ozgrid.com/VBA/ExtractFromClosedWorkbook.htm
    One test is worth a thousand opinions.
    Click the * Add Reputation below to say thanks.

+ 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