G
Guest
Control Panel > System = Registered to Ronald L. Lastname
In Excel, Tools > Options > General = User name: Ronald L. Lastname
Function USER()
USER = Application.UserName
= Ronald L. Lastname
End Function
Function USER2()
USER2 = Environ("UserName")
= Ron Lastname
End Function
Any help on what is going on would be appreciated.
Thanks
In Excel, Tools > Options > General = User name: Ronald L. Lastname
Function USER()
USER = Application.UserName
= Ronald L. Lastname
End Function
Function USER2()
USER2 = Environ("UserName")
= Ron Lastname
End Function
Any help on what is going on would be appreciated.
Thanks