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

Is there anyway of doing this in a workbook without a macro?

cdb

"Norman Jones" wrote:

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