Application.LibraryPath プロパティ (Excel)
Returns the path to the Library folder, but without the final separator. 読み取りのみ可能な String 値です。
構文
式。LibraryPath
expressionApplication オブジェクトを 表す変数。
例
次の使用例は、[Library] フォルダーの Oscar.xla というファイルを開きます。
pathSep = Application.PathSeparator
f = Application.LibraryPath & pathSep & "Oscar.xla"
Workbooks.Open filename:=f
サポートとフィードバック
Office VBA またはこの説明書に関するご質問やフィードバックがありますか? サポートの受け方およびフィードバックをお寄せいただく方法のガイダンスについては、Office VBA のサポートおよびフィードバックを参照してください。