I have a workbook that can be opened by different users at the same time. My goal is to ID each time it is being opened so it can be saved by that ID.
What I am thinking is to date, time and user stamp the workbook everytime it is being opened. And because it needs to be unique, a database that lists all the IDs will be helpful. (?)
I have a macro that creates the userid but I am having trouble with the date and time because it changes everytime a work is being done. Please help.
Example:
1. user1 opens the workbook
2. workbook will generate an id xxxx01
4. workbook will generate an id xxxx02
The workbook will then use this id as its filename.
Thanks for your help
What I am thinking is to date, time and user stamp the workbook everytime it is being opened. And because it needs to be unique, a database that lists all the IDs will be helpful. (?)
I have a macro that creates the userid but I am having trouble with the date and time because it changes everytime a work is being done. Please help.
Example:
1. user1 opens the workbook
2. workbook will generate an id xxxx01
first 4 digits = date and time stamp
last 2 digits = userid
3. user2 opens the workbooklast 2 digits = userid
4. workbook will generate an id xxxx02
The workbook will then use this id as its filename.
Thanks for your help