Share via


Application.NetworkTemplatesPath Property (Excel)

Returns the network path where templates are stored. If the network path doesn’t exist, this property returns an empty string. Read-only String.

Syntax

expression .NetworkTemplatesPath

expression A variable that represents an Application object.

Example

This example displays the network path where templates are stored.

Msgbox Application.NetworkTemplatesPath

請參閱

概念

Application Object

Application Object Members