Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
Set myContent = New LetterContent
With myContent
.PageDesign = "C:\MSOffice\Templates\" _
& "Letters & Faxes\Contemporary Letter.dot"
.IncludeHeaderFooter = True
End With
Documents.Add.RunLetterWizard LetterContent:=myContent
See also
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.