NoxGalleon106
New Member
- Joined
- Oct 15, 2016
- Messages
- 29
Hi,
I am working on our checklist. The current setup is that, when cell in column D is double clicked
1. It will show a check mark
2. Cell in Column E will be updated with the time when the cell was double-clicked
3. Cell in Column F will be updated with the person's UserID
The issue that I am encountering is when the file is opened as another's PC. All the userID in column F will then updated with that person's ID.
For example: Simon signs off the checklist and "Simon" is shown in column F. But then, if another person opens the excel,
the userID will be changed to his/ her ID.
I think this is because of the formula in Column F - =IF(D4<>"",GetUserName(),"")
Do you have alternative formula/DBAcode for this? The idea is to show the maker's ID and the time it was signed off.
Thank you.
I am working on our checklist. The current setup is that, when cell in column D is double clicked
1. It will show a check mark
2. Cell in Column E will be updated with the time when the cell was double-clicked
3. Cell in Column F will be updated with the person's UserID
The issue that I am encountering is when the file is opened as another's PC. All the userID in column F will then updated with that person's ID.
For example: Simon signs off the checklist and "Simon" is shown in column F. But then, if another person opens the excel,
the userID will be changed to his/ her ID.
I think this is because of the formula in Column F - =IF(D4<>"",GetUserName(),"")
Do you have alternative formula/DBAcode for this? The idea is to show the maker's ID and the time it was signed off.
Thank you.