Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 734 Bytes

Excel.Application.AltStartupPath.md

File metadata and controls

38 lines (22 loc) · 734 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Application.AltStartupPath property (Excel)
vbaxl10.chm133078
vbaxl10.chm133078
Excel.Application.AltStartupPath
92c987ed-542d-c227-d9c3-de64eba325e0
04/04/2019
medium

Application.AltStartupPath property (Excel)

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

Syntax

expression.AltStartupPath

expression A variable that represents an Application object.

Example

This example sets the alternate startup folder.

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

[!includeSupport and feedback]