DRWesterhof
New Member
- Joined
- Jul 25, 2018
- Messages
- 1
Hi,
I've been searching for a while now how to solve my problem, but I can't find a solution.
I have a shared document, altered by several people at the same time. When someone changes cell B2, I want their windowsusername displayed in cell C2. I already made the function =Username() in VBA. It works just fine with
=IF(B2="","",Username())
However, I want it to remain the usename of the person who changed B2. Now, when people are working in the document at the same time (and for example change B3), it changes to the user who saved it last.
I've been searching for a while now how to solve my problem, but I can't find a solution.
I have a shared document, altered by several people at the same time. When someone changes cell B2, I want their windowsusername displayed in cell C2. I already made the function =Username() in VBA. It works just fine with
=IF(B2="","",Username())
However, I want it to remain the usename of the person who changed B2. Now, when people are working in the document at the same time (and for example change B3), it changes to the user who saved it last.