Application.NetworkTemplatesPath Property

Excel Developer Reference

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.

Visual Basic for Applications
  Msgbox Application.NetworkTemplatesPath

See Also