Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 753 Bytes

Excel.Application.StartupPath.md

File metadata and controls

37 lines (22 loc) · 753 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Application.StartupPath property (Excel)
vbaxl10.chm133212
vbaxl10.chm133212
Excel.Application.StartupPath
04bdd294-8127-37f2-7a39-b42923ac45b5
04/05/2019
medium

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

[!includeSupport and feedback]