You are here:

Excel/use data from a closed xls

Advertisement


Question
Hi,

I have an xls file with sheets named for example data1, data2, data3 etc. I want to be able to get the data in another workbook I'm working on but using the sheet name as reference.

That means I want something like this

A1 = [Closed_Workbook]data1
A2 = "C1"

getdata(A1, A2)

The getdata will return the contents of cell C1 in [Closed_Workbook]Sheet1

I was trying the indirect.ext function but for some reason it works as indirect -- that means it displays the correct data if the [Closed_Workbook] is open but I get the #REF if the workbook is closed.

Thanks for your help

Theo

Answer
There's no simple way to do this, as the Excel INDIRECT function doesn't work for closed workbooks. There are add-ins that you can download which, when added to your Excel application, will include a new function that allows indirect references to closed workbooks. Instructions on downloading and using these addins can be found at

http://www.dailydoseofexcel.com/archives/2004/12/01/indirect-and-closed-workbook...

or

http://www.ozgrid.com/forum/showthread.php?t=44975
About Excel
This topic answers questions related to Microsoft Excel spreadsheet (or workbook) stand-alone or Mircrosoft Office Excel including Excel 2003, Excel 2007, Office 2000, and Office XP. You can get Excel help on Excel formulas(or functions), Excell macros, charting in Excel, advanced features, and the general use of Excel. This does not provide a general Excel tutorial nor the basics of using a spreadsheet. It provides specific answers to using Microsoft Excel only. If you do not see your Excel question answered in this area then please ask an Excel question here

All Answers

Answers by Expert:


Ask Experts

Volunteer


Stuart Resnick

Expertise

I can answer any question relating to MS Excel formulas, or to programming with vba (Visual Basic for Applications) in the Excel environment

Experience

As a consultant, I've designed Excel tools since the 90s, working for the Federal Reserve Bank, AT&T, and (currently) Gap Inc.

©2009 About.com, a part of The New York Times Company. All rights reserved.