TextRetrievalMode.Duplicate property (Word)

Returns a read-only TextRetrievalMode object that represents options related to retrieving text from a Range object.

Syntax

expression.Duplicate

expression Required. A variable that represents a 'TextRetrievalMode' object.

Remarks

Use the Duplicate property to pick up the settings of all the properties of a duplicated object. You can assign the object returned by the Duplicate property to another object of the same type 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 text.

See also

TextRetrievalMode Object

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.