Returns the object of the current user.

Type Info:

User As User
Example:
Dim App As Application
Dim User As User

Set App = Application
Set User = App.User
Remarks: Read-only property.

See also:

Class Application

Last Updated: 03/29/21