LetterContent.Duplicate (Word)

Returns a read-only LetterContent object that represents the contents of a letter created by the Letter Wizard.

You can use the Duplicate property to pick up the settings of all the properties of a duplicated LetterContent object. You can assign the object returned by the Duplicate property to another LetterContent object to apply those settings all at once. Before assigning the duplicate object to another object, you can change any of the properties of the duplicate object without affecting the original.


Dim lctDuplicate As LetterContent
Set lctDuplicate = ActiveDocument.CreateLetterContent.Duplicate