Function required to extract cell info from an unopened file.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

We have about 5000 recipes in separate spreadsheets and i have been asked to
compile a list of the recipe names into a new spreadsheet.
I could open every individual recipe and copy/paste the filename into the
new spreadsheet but that will take forever.
Is there a way to tell the spreadsheet to look at the xls files and extract
the info required (the recipe name is always in the the same cell ref),
without openeing the files?

Any help would be gratefully received
Thanks
 
This message should be sent to the programming newsgroup - it will need VBA
to do it.
best wishes
 
YOu can't get information out of a spreadsheet without opening it, but that
opening can be done with screen updating off, so the user doesn't see it
happening. As Bernard says, you need a macro to do this.
 
Thanks for the advice, i will post the same question in the correct
discussion group
 
Thanks for the advice, i will post the same question in the correct
discussion group
 

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

Back
Top