Hi all,
I'm really struggling to have a cell pre-populate with the users full name. The only code I can find, returns the users employee number. See below:
Worksheets("test").Range("g9").Value = Environ("username")
My workaround was to use this function:
Function UserNames() As String...