View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ron Coderre
 
Posts: n/a
Default how do I insert user name into a cell

You'd need a User Defined Function (UDF) to do that if you're interested in
implementing a short VBA program:

This website gives instructions for getting the Excel Username and the
Logged In Username:
http://www.dicks-blog.com/archives/2...ername-in-vba/

Does that help?

***********
Regards,
Ron


"Grant Robertson" wrote:

I am trying to insert the user name from the Tools Options General tab into a
spreadsheet cell.
I have EXCEL 2003