Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have created a number of excel files, which have the same name but a
different number. For e.g. book1.xls, book2.xls, book3.xls..... and so on. I need to retrieve information from a particular cell(the address is fixed) from all these files into another new worksheet. The number of excel files(i.e., book1.xls,book2.xls, book3.xls.....etc.) may vary, i.e., there can be 50 or 60 or even 100 files. I first need to find out the number of files, and then retrieve the cell information from all these files and store it in the new file. Also, if changes are made in any one of the files, then the change should reflect in the new worksheet. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() You should loop through the files For each file you should: Open a file Get the value you want Close the file And put the value in the master sheet voila -- Kaak ------------------------------------------------------------------------ Kaak's Profile: http://www.excelforum.com/member.php...fo&userid=7513 View this thread: http://www.excelforum.com/showthread...hreadid=382399 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Merge Multiple Single Worksheet Excel Files into one file in separ | Excel Discussion (Misc queries) | |||
Selecting multiple values from a drop down list box | Excel Discussion (Misc queries) | |||
Upload multiple text files into 1 excel worksheet + put the filename as the first column in the worksheet | Excel Worksheet Functions | |||
Is there way to enter multiple values into excel cells w/ a form? | Excel Discussion (Misc queries) | |||
Selecting a directory from a form in excel | Excel Programming |