AltStartupPath Property [Excel 2003 VBA Language Reference]

Returns or sets the name of the alternate startup folder. Read/write String.

Example

This example sets the alternate startup folder.

Application.AltStartupPath = "C:\EXCEL\MACROS"

Applies to | Application Object