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