Syntax

expression.LibraryPath

expression A variable that represents an Application object.

Example

This example opens the file Oscar.xla in the Library folder.

Visual Basic for Applications
pathSep = Application.PathSeparator f = Application.LibraryPath & pathSep & "Oscar.Xla" Workbooks.Open filename:=f
Get the path to the library? Library library path Library Path Property LibraryPath LibraryPath Property Make use of the library file path? What is the subdirectory for the library?

See also: