LetterContent.PageDesign Property
Word Developer Reference |
Returns or sets the name of the template attached to the document created by the Letter Wizard. Read/write String.
Syntax
expression.PageDesign
expression An expression that returns a LetterContent object.
Example
This example creates a new LetterContent object, includes the header and footer from the Contemporary Letter template, and then runs the Letter Wizard by using the RunLetterWizard method.
Visual Basic for Applications |
---|
|
See Also