Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Why do I get different returns using Application.UserName and
Environ("UserName"). |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Application.Uername returns the value from Tools - Options - General Tab -
Username. This is the Excel user name Environ("userName") returns their NT User Name that they logged onto the system with. This is the windows user name. -- HTH... Jim Thomlinson "Ronbo" wrote: Why do I get different returns using Application.UserName and Environ("UserName"). |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I beleived that it was something to that effect. Thanks for clarifying the
issue. "Jim Thomlinson" wrote: Application.Uername returns the value from Tools - Options - General Tab - Username. This is the Excel user name Environ("userName") returns their NT User Name that they logged onto the system with. This is the windows user name. -- HTH... Jim Thomlinson "Ronbo" wrote: Why do I get different returns using Application.UserName and Environ("UserName"). |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Index with mulitple value returns and muliple column returns | Excel Worksheet Functions | |||
Date returns always returns: 00 January 1900 | Excel Worksheet Functions | |||
cell with value returns that value, empty cell returns zero | Excel Worksheet Functions | |||
sum returns #N/A | Excel Worksheet Functions | |||
even/odd returns 1 0r 16 | Excel Programming |