Tripp
Structural
- Aug 27, 2001
- 16
Is there a way to have a cell in excel show the username as entered in a network login?
Thanks,
Tripp
Thanks,
Tripp
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Function UserName() As String
UserName = UCase(Environ("username"))
End Function