View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default Obtaining Username

Dim myName as string
myname = application.username 'from the Tools|Options|General tab
msgbox right(myname,1)


WLMPilot wrote:

Using a macro, how do I pull in the user's name, specifically, the last
character in the name?

Thanks.


--

Dave Peterson