Returns the short name of the user or sets it.

Type Info:

Name As String
Example:
Dim ShortName As String
ShortName = Application.User.Name
MsgBox "You're short user name is " & ShortName 
See also:

Class User

Last Updated: 03/02/04