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
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.