LetterContent.LetterheadLocation Property
Word Developer Reference |
Returns or sets the location of the preprinted letterhead in a letter created by the Letter Wizard. Read/write WdLetterheadLocation.
Syntax
expression.LetterheadLocation
expression Required. A variable that represents a LetterContent object.
Example
This example creates a new LetterContent object, reserves an inch of space at the top of the page for a preprinted letterhead, and then runs the Letter Wizard by using the RunLetterWizard method.
Visual Basic for Applications |
---|
|
See Also