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

See Also

Concepts

Application Object Members

Application Object