Hi All,
I'm looking for some ideas/conceptual help.
We have a resource tracker following capturing the usual, sickness, holiday, absent kind of details but we're tracking for 150+ staff based in 10 teams in seperate locations.
These teams have designated team leaders who are responsable for tracking their resource, currently we take a master workbook, create copies and circulate to the teams to complete/update, we end up with 15 workbooks we have to merge into one each week, this is a massive overhead and waste of time as you can imagine.
We can't use a shared workbook/databse or web based form due to network restrictions, so Excel is the only option I can think of.
I was thinking of writing Macros to do the following:
1. From master workbook, create workbook for each team to complete with same format and defined ranges.
Once workbooks completed and returned, they go into 1 folder.
2. Macro to run through each workbook to check for changes to the ammended ('child') and copy these changes to the master ('parent').
I think i've got the basic code skills to do this but I'm not sure where to start checking for differences in the 'child' workbooks and then putting those into the master. Also once I've added the changes from the first 'child' workbook how to stop the second 'child' workbook simply overriding these changes.
Any help you can give me would be greatly appreciated.
Regards
D
I'm looking for some ideas/conceptual help.
We have a resource tracker following capturing the usual, sickness, holiday, absent kind of details but we're tracking for 150+ staff based in 10 teams in seperate locations.
These teams have designated team leaders who are responsable for tracking their resource, currently we take a master workbook, create copies and circulate to the teams to complete/update, we end up with 15 workbooks we have to merge into one each week, this is a massive overhead and waste of time as you can imagine.
We can't use a shared workbook/databse or web based form due to network restrictions, so Excel is the only option I can think of.
I was thinking of writing Macros to do the following:
1. From master workbook, create workbook for each team to complete with same format and defined ranges.
Once workbooks completed and returned, they go into 1 folder.
2. Macro to run through each workbook to check for changes to the ammended ('child') and copy these changes to the master ('parent').
I think i've got the basic code skills to do this but I'm not sure where to start checking for differences in the 'child' workbooks and then putting those into the master. Also once I've added the changes from the first 'child' workbook how to stop the second 'child' workbook simply overriding these changes.
Any help you can give me would be greatly appreciated.
Regards
D