Sumproduct & Indirect on the fly

R

Rob

Hi,

I would like to enter a file name in to a workbook and have a formula use
this with sheet name and cell address to return the numeric contents of a
closed workbook. From what I've read and seen on several sites is that this
can be done only if both files are open. However, I've also read that
Sumproduct can read from closed files, therefore is there a way to achieve
what I need other than using Links.

Thanks, Rob
 
F

Frank Kabel

Hi
SUMPRODUCT WITHOUT Indirect can access closed files. But
not together with INDIRECT
 
A

Arvi Laanemets

Hi

With SUMPRODUCT (or almost any other function) you can use a link as range
reference. There are exactly same limitations as for simple link.
 
R

Rob

If I have to use a Link to gather info from a closed workbook, is it
possible to say enter a file name including full path in a cell and then
have VBA update the link?

If so any pointers of how to do as recording a macro hasn't worked.

Much obliged, Rob
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top