View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Norman Jones
 
Posts: n/a
Default Entering NT User name in Cell

Hi Mike.

Try:

Range("A1").Value = Environ("Username")



---
Regards,
Norman


"Mike" wrote in message
...
Hi all,

I'm trying to write a macro that will allow the user to click a button in
a
workbook, which in turn will poulate the cell with they're NT User name.

Mike