NetworkTemplatesPath Property [Excel 2007 Developer Reference]

Switch View :
ScriptFree
Application.NetworkTemplatesPath Property
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