Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 1015 Bytes

Word.LetterContent.SenderCompany.md

File metadata and controls

43 lines (26 loc) · 1015 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
LetterContent.SenderCompany property (Word)
vbawd10.chm161546362
vbawd10.chm161546362
Word.LetterContent.SenderCompany
7f4abf0c-baf8-bb63-6e9e-58360a3b019b
06/08/2017
medium

LetterContent.SenderCompany property (Word)

Returns or sets the company name of the person creating a letter with the Letter Wizard. Read/write String.

Syntax

expression. SenderCompany

expression An expression that returns a 'LetterContent' object.

Example

This example retrieves the Letter Wizard elements from the active document. If the sender's company name isn't blank, the example displays the text in a message box.

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

See also

LetterContent Object

[!includeSupport and feedback]