Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 837 Bytes

Excel.Application.NetworkTemplatesPath.md

File metadata and controls

37 lines (22 loc) · 837 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Application.NetworkTemplatesPath property (Excel)
vbaxl10.chm133173
vbaxl10.chm133173
Excel.Application.NetworkTemplatesPath
4710091a-a655-dd49-7ad8-0f4c64eda13a
04/05/2019
medium

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

[!includeSupport and feedback]