![]() |
Function required to extract cell info from an unopened file.
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 -- Bernard V Liengme www.stfx.ca/people/bliengme remove caps from email "westcountrytractorboy" wrote in message ... 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 |
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. On Wed, 9 Feb 2005 04:15:02 -0800, westcountrytractorboy wrote: 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 |
Thanks for the advice, i will post the same question in the correct
discussion group "Myrna Larson" wrote: 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. On Wed, 9 Feb 2005 04:15:02 -0800, westcountrytractorboy wrote: 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 |
Thanks for the advice, i will post the same question in the correct
discussion group "Bernard Liengme" wrote: This message should be sent to the programming newsgroup - it will need VBA to do it. best wishes -- Bernard V Liengme www.stfx.ca/people/bliengme remove caps from email "westcountrytractorboy" wrote in message ... 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 |
All times are GMT +1. The time now is 02:35 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com