Shared Excel File That Sends Daily Change Log
Our team is looking for a way to collaborate on a single Excel document. We need to be able to lock certain portions so that only a few have access and leave others open sot hat anyone can edit. We also need a way for the document to email a daily change log (possibly only for specific changes) so we know what changes were made, who made them, and when. I’m thinking the last part will probably need to be VBA Code?
We were thinking SharePoint or some similar platform. Google Docs is out as our company won’t allow access to it. We do have common folders where we could keep it that everyone can access.
We will also be using this file to pull the data into a larger file using VBA (the code is in the other file).
Just trying to figure out the best method at this point and see if there is even a way to make this happen. Any suggestions are greatly appreciated.