Syntax

expression.UserLibraryPath

expression A variable that represents an Application object.

Example

This example determines where the COM add-ins are installed on the user's computer and assigns the string to the variable strLibPath.

Visual Basic for Applications
strLibPath = Application.UserLibraryPath
user user library path User Library Path Property userlibrary UserLibraryPath UserLibraryPath Property

See also: