N
NPell
Hello,
This is an ongoing issue for me. Im making small steps though.
I currently have this in cell M2 and all the way down;
=IF((K2="v"),(user()),"")
With the module;
Public Function user() As String
user = Environ("username")
End Function
This works fine, however, when someone else uses the spreadsheet it
replaces my username with theres wherever there is a V.
Can i make this a constant value when entered, like a Paste Value. Not
something that re-freshes.
Maybe a Worksheet Change that works, because others in the past havent
triggered.
Thanks if you can help.
This is an ongoing issue for me. Im making small steps though.
I currently have this in cell M2 and all the way down;
=IF((K2="v"),(user()),"")
With the module;
Public Function user() As String
user = Environ("username")
End Function
This works fine, however, when someone else uses the spreadsheet it
replaces my username with theres wherever there is a V.
Can i make this a constant value when entered, like a Paste Value. Not
something that re-freshes.
Maybe a Worksheet Change that works, because others in the past havent
triggered.
Thanks if you can help.