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.
know how to set up the forms and command buttons. I just don't know how to get the computer name.
UserForm_Initialize()
Label1.Caption = "You are logged in as " & ENVIRON("UserName") & _
", using the computer " & ENVIRON("ComputerName") & "."