How do I populate a cell with the NT Logon username?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

looling for a way, via a macro, to populate the cell with the users "NT
Logon" username
 
Hi Mike

For Windows NT, 2000, XP this works:

Sub test()
Sheets(2).Range("H137").Value = Environ("username")
End Sub

HTH. Best wishes Harald
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top