+ Reply to Thread
Results 1 to 17 of 17

Importing a range of data from a closed workbook

Hybrid View

  1. #1
    Registered User
    Join Date
    04-19-2009
    Location
    London, England
    MS-Off Ver
    Excel 2007
    Posts
    50

    Re: Importing a range of data from a closed workbook

    Got them to upload!
    Attached Files Attached Files

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Importing a range of data from a closed workbook

    I got it to work, obviously having to change path to my directories...

    Try:

    =INDIRECT.EXT("'C:\Documents and Settings\hughel13\My Documents\["&Reports!$C$11&".xls]Sheet1'!$R"&ROW($A2))

    Copied Down
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Registered User
    Join Date
    04-19-2009
    Location
    London, England
    MS-Off Ver
    Excel 2007
    Posts
    50

    Re: Importing a range of data from a closed workbook

    Brilliant, that's exactly it! Is there anyway to speed it up do you know? I'm using it for 3 columns each 750 rows down and it takes a good 30+ seconds to calculate it, whereas if the target workbook is open it's pretty much instant, it's also instant if I set an absolute file name rather than a concatenated one, which seems odd because the other extra work it has to do as far as I can tell is putting the text together. Or is this an unavoidable limtiation of working with data from a closed workbook?

  4. #4
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Importing a range of data from a closed workbook

    You can add the FALSE parameter allowed for making the function non-Volatile:



    =INDIRECT.EXT("'C:\Documents and Settings\hughel13\My Documents\["&Reports!$C$11&".xls]Sheet1'!$R"&ROW($A2),FALSE)

    per Indirect.Ext help: hit Ctrl-Alt-F9 to update the results

+ 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