What gets the network name like application.UserName gets the User Name ?
J Jean-Guy Marcil Dec 5, 2008 #2 Kenton said: What gets the network name like application.UserName gets the User Name ? Click to expand... How about: Dim strNetwork As String strNetwork = Environ$("USERDOMAIN")
Kenton said: What gets the network name like application.UserName gets the User Name ? Click to expand... How about: Dim strNetwork As String strNetwork = Environ$("USERDOMAIN")