StartupPath Property [Excel 2003 VBA Language Reference]

Returns the complete path of the startup folder, excluding the final separator. Read-only String.

Example

This example displays the full path to the Microsoft Excel startup folder.

MsgBox Application.StartupPath

Applies to | Application Object