LetterContent.Salutation property (Word)

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

Syntax

expression. Salutation

expression An expression that returns a 'LetterContent' object.

Example

This example creates a new LetterContent object, sets several properties (including the salutation text), and then runs the Letter Wizard by using the RunLetterWizard method.

Set myContent = New LetterContent 
myContent.Salutation ="Hello," 
Documents.Add.RunLetterWizard LetterContent:=myContent

See also

LetterContent 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.