This topic has not yet been rated - Rate this topic

Template.FullName Property (Word)

Specifies the name of a template, including the drive or Web path. Read-only String.

expression .FullName

expression Required. A variable that represents a Template object.

Using this property is equivalent to using the Path, PathSeparator, and Name properties in sequence.

This example displays the path and file name of the template attached to the active document.

Sub TemplateName() 
 MsgBox ActiveDocument.AttachedTemplate.FullName 
End Sub
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.