Options.TypeNReplace property (Word)

True for Microsoft Word to replace illegal South Asian characters. Read/write Boolean.

Syntax

expression. TypeNReplace

expression An expression that returns an Options object.

Example

This example instructs Word to replace illegal South Asian characters.

Sub TypeReplace() 
 Application.Options.TypeNReplace = True 
End Sub

See also

Options 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.