Template.FullName property (Word)

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

Syntax

expression.FullName

expression Required. A variable that represents a 'Template' object.

Remarks

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

Example

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

Sub TemplateName() 
 MsgBox ActiveDocument.AttachedTemplate.FullName 
End Sub

See also

Template Object

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.