View Single Post
  #2   Report Post  
Bob Phillips
 
Posts: n/a
Default 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 ...