Is there a way to get the name of the computer in VBA?
Dim sHostName As String ' Get Host Name / Get Computer Name sHostName = Environ$("computername")
2.1m questions
2.1m answers
60 comments
57.0k users