Hey,
My problem is as follows. We are carrying out an audit of usage details of all our system users. To get this info my boss suggested I create a questionairre in Excel with two sheets; one visable sheet to populate a hidden data sheet. This was emailed out to around 200 users, the majority of which have since returned them completed.
I now have a folder containing about 170 randomly named .xls files containing data that I want to extract to a separate workbook for analysis.
I am fine with creating the VBA for extracting the data from particular cells in each individual workbook. The area I am having problems with is the code to open each file in the folder sequentially so as this data extraction can take place.
Can anyone help me with this?
Many thanks. James.
My problem is as follows. We are carrying out an audit of usage details of all our system users. To get this info my boss suggested I create a questionairre in Excel with two sheets; one visable sheet to populate a hidden data sheet. This was emailed out to around 200 users, the majority of which have since returned them completed.
I now have a folder containing about 170 randomly named .xls files containing data that I want to extract to a separate workbook for analysis.
I am fine with creating the VBA for extracting the data from particular cells in each individual workbook. The area I am having problems with is the code to open each file in the folder sequentially so as this data extraction can take place.
Can anyone help me with this?
Many thanks. James.