View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
delali delali is offline
external usenet poster
 
Posts: 2
Default data from external file without opening

Hi All,

Is it possible to get data from an external excel file without opening the
file?

using workbooks("fname").worksheets("shtname").range("A1 ").value only works
when fname is open.

thanks