Donate SIGN UP

MS Excel file access

Avatar Image
ugly_bob | 11:25 Fri 01st Dec 2006 | Computers
3 Answers
Is it possible for one spreadsheet to access another? Separate files, not separate sheets in the same file?
If so, do they both need to be open at the same time?
Am I going to need to learn VBasic to write macros to do it?
Am I better off using something else that can export to Excel format files?
Gravatar

Answers

1 to 3 of 3rss feed

Best Answer

No best answer has yet been selected by ugly_bob. Once a best answer has been selected, it will be shown here.

For more on marking an answer as the "Best Answer", please visit our FAQ.
To access a cell in another file use this formula:

='[Book1.xls]Sheet1'!A1

if Book1 (the sheet you are linking) is closed, excel will automatically add a directory, (it may bring up a window so you can select the file):

='C:\Directory\[Book1.xls]Sheet1'!A1

You can link even if the linked file is closed. When you open a spreadsheet with links it will ask if you wish to update.

A nifty way of doing it is to have both spread sheets open. Then begin typing your link formula with = Then click Window at the top, and select the other spreadsheet. Locate the cell you want and click it, then press enter to confirm.
Question Author
Thanks.

So it is possible, in fact not too complicated by the looks of things. I'll have to have a play around and see if I can get it to do exactly what I want.
-- answer removed --

1 to 3 of 3rss feed

Do you know the answer?

MS Excel file access

Answer Question >>