title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
Application.UserLibraryPath property (Excel) |
vbaxl10.chm133249 |
|
|
48e66da8-4db9-1262-9c0b-3a7f9f8e43ae |
04/05/2019 |
medium |
Returns the path to the location on the user's computer where the COM add-ins are installed. Read-only String.
expression.UserLibraryPath
expression A variable that represents an Application object.
This example determines where the COM add-ins are installed on the user's computer and assigns the string to the variable strLibPath.
strLibPath = Application.UserLibraryPath
[!includeSupport and feedback]