Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 723 Bytes

Excel.Application.TemplatesPath.md

File metadata and controls

37 lines (22 loc) · 723 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Application.TemplatesPath property (Excel)
vbaxl10.chm133214
vbaxl10.chm133214
Excel.Application.TemplatesPath
2db8397d-248b-7499-7959-1772b51d71a2
04/05/2019
medium

Application.TemplatesPath property (Excel)

Returns the local path where templates are stored. Read-only String.

Syntax

expression.TemplatesPath

expression A variable that represents an Application object.

Example

This example returns the local path where templates are stored.

Msgbox Application.TemplatesPath

[!includeSupport and feedback]