Username

  • Thread starter Thread starter Tim
  • Start date Start date
T

Tim

Is there a formula that will display teh username in a
specific cell. I can do it with code but would prefer
not to use any code.

Thanks
 
You need code.

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)
 
VBA would be best, but you could do this:

1. Press Ctrl+F3.
2. Create name such as "username" (no quotes).
3. In the "Refers to:" box, put:
=GET.WORKSPACE(26)
4. Call it in a cell as:
=username

HTH
Jason
Atlanta, GA
 
Back
Top