Thread
:
How do i insert my excel user name into a cell?
View Single Post
#
2
Bob Phillips
Posts: n/a
How do i insert my excel user name into a cell?
Using a VBA UDF
Function UserName()
UserName = Computer("UserName")
End Function
Simply use like =UserName()
--
HTH
RP
(remove nothere from the email address if mailing direct)
"Grant Robertson" <Grant
wrote in
message ...
Reply With Quote