starman0724
Technical User
I have data in many worbooks which needs to be compiled for charting. The many worbooks have filenames with a common convention and date stamp.
Example: 123456 - Chicago 2004-10-25.xls.
There are only 3 cells on one worksheet of each file which contain the needed data.
I'd either like to make a workbook which will search for a specific filename type (i.e. 123456 - Chicago) and build an array (table?) from the data in all the workbooks.
-or-
Open the individual workbooks but send the data to a central workbook with a macro that indexes the row number to the next available.
-or-
something that works better. We need to graph two data points over time (the date is in one of the cells).
Ken
ps - I have a "user's" grasp of Visual Basic which is available through Excel
Example: 123456 - Chicago 2004-10-25.xls.
There are only 3 cells on one worksheet of each file which contain the needed data.
I'd either like to make a workbook which will search for a specific filename type (i.e. 123456 - Chicago) and build an array (table?) from the data in all the workbooks.
-or-
Open the individual workbooks but send the data to a central workbook with a macro that indexes the row number to the next available.
-or-
something that works better. We need to graph two data points over time (the date is in one of the cells).
Ken
ps - I have a "user's" grasp of Visual Basic which is available through Excel