XLA routines: EE_GetComputername

Nick's picture
EE_GetComputername is a handy function that returns the Computer name - useful if you only want code to run on specific computers
Function EE_GetComputername()
'http://excelexperts.com/xla-routines-eeGetComputername    for updates on this function
    EE_GetComputername = Environ("computername")
End Function