View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Kaval Kaval is offline
external usenet poster
 
Posts: 23
Default Getting data from unopened spreadsheet

I have a large number of xls files in a folder and I would like to generate a
list of the contents of a cell (say "B3") in each of the files.

Can I do this without opening each file? One method would be to create a
link to that cell in one file and then a routine to edit the filename and get
the result of the formula for each file, but is there a more elegant way?

Thanks, Kaval