Application.StartupPath property (Excel)
Returns the complete path of the startup folder, excluding the final separator. Read-only String.
Syntax
expression.StartupPath
expression A variable that represents an Application object.
Example
This example displays the full path to the Microsoft Excel startup folder.
MsgBox Application.StartupPath
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.