Hi All,
Here I go again requesting for help.
So I have multiple workbook, which will be the dump file of the userform I made. basically what it do is track activity of each employee. This workbook called TALTracker has in itself the userform. when you open the file, the userform pops out and hide the excel application. At the same time, the userform is dumping the data on the DataDump tab. All is working perfectly well thanks for all the help from this forum too.
Now I would need to create another form which will consolidate all the data from different workbooks.
requirements:
I have tried looking for solutions in google and in a lot of forums as well as here but I can't seems to find the most logical code for my requirements.
Hope someone can assists me.
Thanks,
John
Here I go again requesting for help.
So I have multiple workbook, which will be the dump file of the userform I made. basically what it do is track activity of each employee. This workbook called TALTracker has in itself the userform. when you open the file, the userform pops out and hide the excel application. At the same time, the userform is dumping the data on the DataDump tab. All is working perfectly well thanks for all the help from this forum too.
Now I would need to create another form which will consolidate all the data from different workbooks.
requirements:
- a userform that when you click the commandbutton will open a new excel which will be the master dump raw data.
- the same command button will search all TALTracker file (preferably in the same folder, with the same root file name only adding name of the employee in the file name, with the same extension ie. .xls or .xlsm) - note: it should not be limited to number of files as the user may exceed 250 employees.
- this will then be opened (as read only if possible as the same file is being used by its user at the same time) and hide the userform (as the userform will open when you open the file)
- find the DataDump tab
- copy the data from B2 up unto the last entry
- dump the copied data in the new filed open in #1
- close all TALTracker files
I have tried looking for solutions in google and in a lot of forums as well as here but I can't seems to find the most logical code for my requirements.
Hope someone can assists me.
Thanks,
John