UserLibraryPath Property [Excel 2003 VBA Language Reference]

Returns the path to the location on the user's computer where the COM add-ins are installed. Read-only String.

Example

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

Applies to | Application Object