looling for a way, via a macro, to populate the cell with the users "NT Logon" username
M Mike Jun 3, 2005 #1 looling for a way, via a macro, to populate the cell with the users "NT Logon" username
H Harald Staff Jun 3, 2005 #2 Hi Mike For Windows NT, 2000, XP this works: Sub test() Sheets(2).Range("H137").Value = Environ("username") End Sub HTH. Best wishes Harald
Hi Mike For Windows NT, 2000, XP this works: Sub test() Sheets(2).Range("H137").Value = Environ("username") End Sub HTH. Best wishes Harald