linking two workbooks together

I

iowamold

I have a workbook that is almost 5 megs that I would like to leave closed and
have another workbook do a vlookup and find the information on that other
workbook. When I try a vlook up it tells me that there is not enough memory.
If I have the workbook just in an sheet to the main workbook then it works
fine. But if I save all of that information everytime our server will fill
up pretty quickly.

How can I have the workbook stay closed on our server and just open another
workbook and have it link to the main workbook that is 5 megs.
 
C

Crowbar via OfficeKB.com

=C:\exampledirectory\[example.xls]Sheet1'!A1

Im not sure of what your asking but this code will find data from a closed
workbook and display it in your current workbook.

If this isn't what u want, can you explain again and I might be able to help
further
 
J

jdawg

I know that you can have cells linked between the 2 workbooks. If you
update the open workbook the other workbook will update when you open
it. This becomes a little tricky when you have multiple people using
bith workbooks.
 
Top