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")