I am after some sort of macro that will help me track work flow between users with some specific caveats. I'm not sure that what I want to do can be done with normal track changes so I may be in need of a macro and since my macro skills are quite basic I'm after some help. Thanks in advance! I'm new to the board and my searches are not turning up usable code for my purpose so I'm hoping I can get the ear of an expert and I'm perfectly happy to compensate them for their time in some fashion. (newegg gift certificate?)
Anyway, what I have are several users who are editing a single Excel workbook. What happens now is person 1 edits the file, prints it, signs it with a pen, scans it to PDF, and sends that to the next person. Person 2 then scratches changes on it or just signs it if they agree and if there are changes then person 1 has to make them, re-print, re-sign, and re-scan. Once person 2 approves, then they sign it or if they need changes then the process starts over.
This can be done better.
My idea is for the Excel workbook to have some kind of macro signing process built-in where each user has the option of making changes or 'sealing' it with their signature. The method does not need to be court ready, just something that is easy to understand by us internally and good enough so that at a glance the final person can see that the previous 3 people approved this document in it's current form.
My idea right now is for a script to pull the current logged in user from system variables (we have lots of different users and we can't hard code the usernames). Two buttons are available to the user (Sign & Unlock). User 1 edits the file to their satisfaction, then they sign it. The signing button needs to lock the file down so nobody can change it (other than the next person signing it). User 2 then opens the file and if they need to make changes then they unlock the file with the button - which removes all signatures - then after they get done editing they sign it, which locks it again, and then the other people re-visit the workbook to re-sign it themselves or to make changes again.
The point is to allow multiple people to work on the same workbook and to put their 'stamp' on a version that they approve of. If anyone edits the file then all the stamps come off so everyone is forced to re-sign it.
If the sign macro needs a password to lock the file, that can be hard coded into the macro - we're not worried about hacking, the purpose here isn't to make it secure, just simply to replace the paper process with a digital one that makes the same sense to the users.
Again, thanks in advance for any input!
Anyway, what I have are several users who are editing a single Excel workbook. What happens now is person 1 edits the file, prints it, signs it with a pen, scans it to PDF, and sends that to the next person. Person 2 then scratches changes on it or just signs it if they agree and if there are changes then person 1 has to make them, re-print, re-sign, and re-scan. Once person 2 approves, then they sign it or if they need changes then the process starts over.
This can be done better.
My idea is for the Excel workbook to have some kind of macro signing process built-in where each user has the option of making changes or 'sealing' it with their signature. The method does not need to be court ready, just something that is easy to understand by us internally and good enough so that at a glance the final person can see that the previous 3 people approved this document in it's current form.
My idea right now is for a script to pull the current logged in user from system variables (we have lots of different users and we can't hard code the usernames). Two buttons are available to the user (Sign & Unlock). User 1 edits the file to their satisfaction, then they sign it. The signing button needs to lock the file down so nobody can change it (other than the next person signing it). User 2 then opens the file and if they need to make changes then they unlock the file with the button - which removes all signatures - then after they get done editing they sign it, which locks it again, and then the other people re-visit the workbook to re-sign it themselves or to make changes again.
The point is to allow multiple people to work on the same workbook and to put their 'stamp' on a version that they approve of. If anyone edits the file then all the stamps come off so everyone is forced to re-sign it.
If the sign macro needs a password to lock the file, that can be hard coded into the macro - we're not worried about hacking, the purpose here isn't to make it secure, just simply to replace the paper process with a digital one that makes the same sense to the users.
Again, thanks in advance for any input!