Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Using a macro, how do I pull in the user's name, specifically, the last
character in the name? Thanks. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Right(Environ("UserName"),1)
-- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "WLMPilot" wrote in message ... Using a macro, how do I pull in the user's name, specifically, the last character in the name? Thanks. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Obtaining min and max | Excel Programming | |||
Obtaining Checkbox Name | Excel Programming | |||
Obtaining Max and Min Values with Sumproduct | Excel Discussion (Misc queries) | |||
Obtaining OS language | Excel Programming | |||
obtaining the name of a button | Excel Programming |