Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 852 Bytes

Excel.Application.UserLibraryPath.md

File metadata and controls

36 lines (22 loc) · 852 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Application.UserLibraryPath property (Excel)
vbaxl10.chm133249
vbaxl10.chm133249
Excel.Application.UserLibraryPath
48e66da8-4db9-1262-9c0b-3a7f9f8e43ae
04/05/2019
medium

Application.UserLibraryPath property (Excel)

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

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.

strLibPath = Application.UserLibraryPath

[!includeSupport and feedback]