View Single Post
  #3   Report Post  
Ron de Bruin
 
Posts: n/a
Default

For a few cells use a formula like this
='C:\Documents and Settings\Ron\Desktop\[Numeric tab.xls]Sheet1'!$A$16

--
Regards Ron de Bruin
http://www.rondebruin.nl



"Ron de Bruin" wrote in message ...
Hi Anthony

I have examples on my site
http://www.rondebruin.nl/tips.htm

--
Regards Ron de Bruin
http://www.rondebruin.nl



"Anthony Slater" wrote in message
...
Hi

How can I extract a value from a closed workbook?

I've tried with the 'Indirect' function but have since learnt that this
doesn't work when the wookbook is closed

i need something like

A1="C:\folder\<filename

TIA