LetterContent.DateFormat Property
Word Developer Reference |
Returns or sets the date for a letter created by the Letter Wizard. Read/write String.
Syntax
expression.DateFormat
expression A variable that represents a LetterContent object.
Example
This example displays the date from the letter that appears in the active document.
Visual Basic for Applications |
---|
|
This example creates a new LetterContent object, sets the date line to the current date, and then runs the Letter Wizard by using the RunLetterWizard method.
Visual Basic for Applications |
---|
|
See Also