Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 923 Bytes

Word.LetterContent.Subject.md

File metadata and controls

43 lines (26 loc) · 923 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
LetterContent.Subject property (Word)
vbawd10.chm161546356
vbawd10.chm161546356
Word.LetterContent.Subject
cfdf65ed-7a92-6462-b868-74c4cd3b17e2
06/08/2017
medium

LetterContent.Subject property (Word)

Returns or sets the subject text of a letter created by the Letter Wizard. Read/write String.

Syntax

expression. Subject

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

Example

This example displays the subject of a letter created by the Letter Wizard, unless the subject is an empty string.

If ActiveDocument.GetLetterContent.Subject <> "" Then 
 MsgBox ActiveDocument.GetLetterContent.Subject 
End If

See also

LetterContent Object

[!includeSupport and feedback]