Syntax

expression.Path

expression A variable that represents an Application object.

Example

This example displays the complete path to Microsoft Excel.

Visual Basic for Applications
Sub TotalPath() MsgBox "The path is " & Application.Path End Sub

See also: