Hi calvin,
I just want the NT username.
Is this do-able
If it makes a difference, I have this stored a module.
Private Declare Function GetComputerNameA Lib "kernel32" (ByVal lpBuffer As String, nSize As Long) As Long
Private Declare Function GetUserName Lib "advapi32.dll" Alias...