title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
Application.LibraryPath property (Excel) |
vbaxl10.chm133155 |
|
|
783efa4a-640b-ab78-2831-da2ecd05558a |
04/05/2019 |
medium |
Returns the path to the Library folder, but without the final separator. Read-only String.
expression.LibraryPath
expression A variable that represents an Application object.
This example opens the file Oscar.xla in the Library folder.
pathSep = Application.PathSeparator
f = Application.LibraryPath & pathSep & "Oscar.xla"
Workbooks.Open filename:=f
[!includeSupport and feedback]