Returns the full name of the user or sets it.

Type Info:

FullName As String
Example:
Dim FullName As String
FullName = Application.User.FullName
MsgBox "You're full name is " & FullName 
See also:

Class User

Last Updated: 03/02/04