Hello-
This is my first post on this forum! I am excited to learn more about VBA programming.
I have been looking for a VBA solution for a project I am currently working on. I found a few on this forum that i thought might work, but was unsuccessful at implementing them.
I have a master workbook that is being used for time tracking. It consists of (5) sheets named "Home","TaskData","LookupLists","RawData",& "Dashboard". The "Home" sheet has a userform where the end user enters data and clicks "submit". This data is inserted into the "TaskData" sheet. The information is then extracted from "TaskData" by formulas and is placed into "RawData", where I have formulas that separate the data out by user, task, and month. From here, the info is placed on "Dashboard" where I have created interactive charts that allow for more filtering.
What I would like to do is give a separate Workbook to each end user. This workbook would have a "Home" & "TaskData" sheet, so they can enter data anytime they want (to avoid having one workbook where 11 people are constantly bumping into each other). These workbooks (including the master) would all be stored in the same folder on a shared drive. Then the manager can have the "Master" workbook, with the (5) sheets listed above, that would have an "Update" button that would extract all new data from the "TaskData" sheet from all of the individual workbooks.
Any help is appreciated. Please let me know if more info is needed. Thank You!!
Bookmarks