Hi,
I am trying to automate the opening of 1000 of excel spreadsheet. Each spreadsheet say is named as 120500,120501..120599
The aim is to open each of these file in a loop and pick some of the values in each of the spreadsheet.
Then after the file is open and the data extracted the file as to be renamed as 1.xls, 2.xls...
So if I summarize:
a) Open the files 120500 to 120599 (1 by 1)
after each file is open extract say (the data of A1 in sheet1 and copy it to an output spreadsheet (called say output.xls). Each o fhte data should be paste one under the previous one
b) Close each file one after the other and rename it to 1.xls, 2.xls...and so on
Cheers
Francois
I am trying to automate the opening of 1000 of excel spreadsheet. Each spreadsheet say is named as 120500,120501..120599
The aim is to open each of these file in a loop and pick some of the values in each of the spreadsheet.
Then after the file is open and the data extracted the file as to be renamed as 1.xls, 2.xls...
So if I summarize:
a) Open the files 120500 to 120599 (1 by 1)
after each file is open extract say (the data of A1 in sheet1 and copy it to an output spreadsheet (called say output.xls). Each o fhte data should be paste one under the previous one
b) Close each file one after the other and rename it to 1.xls, 2.xls...and so on
Cheers
Francois