Hi everyone,
I have a rather tricky task to accomplish using VBA. Any suggestions will be welcome.
I have the folder (G;\Timesheets) that contains sub folders/ fileslike this:
G:\Timesheets\George Smith\Timesheets_2005.xls
G:\Timesheets\Lesley Grant\Timesheets_2005.xls
G:\Timesheets\Pat Anderson\Timesheets_2005.xls
……..
……..
……..
……..
The program should:
1) go to the folder G:\Timesheets
2) extract the list of the names (eg. George Smith)
3) Then read all these timesheets into a database (I have code for this part)
4) The tricky thing is that the folder G:\Timesheets has other files in it as well. But all the folders are named after people.
---------------------------------
Your help is much appreciated, R.
---------------------------------
I have a rather tricky task to accomplish using VBA. Any suggestions will be welcome.
I have the folder (G;\Timesheets) that contains sub folders/ fileslike this:
G:\Timesheets\George Smith\Timesheets_2005.xls
G:\Timesheets\Lesley Grant\Timesheets_2005.xls
G:\Timesheets\Pat Anderson\Timesheets_2005.xls
……..
……..
……..
……..
The program should:
1) go to the folder G:\Timesheets
2) extract the list of the names (eg. George Smith)
3) Then read all these timesheets into a database (I have code for this part)
4) The tricky thing is that the folder G:\Timesheets has other files in it as well. But all the folders are named after people.
---------------------------------
Your help is much appreciated, R.
---------------------------------