Returns the user's company name or sets it.

Type Info:

Company As String
Example:
Dim CompanyName As String
CompanyName = Application.User.Company
MsgBox "You're working for " & CompanyName
See also:

Class User

Last Updated: 04/27/05