title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
Application.StartupPath property (Excel) |
vbaxl10.chm133212 |
|
|
04bdd294-8127-37f2-7a39-b42923ac45b5 |
04/05/2019 |
medium |
Returns the complete path of the startup folder, excluding the final separator. Read-only String.
expression.StartupPath
expression A variable that represents an Application object.
This example displays the full path to the Microsoft Excel startup folder.
MsgBox Application.StartupPath
[!includeSupport and feedback]