TypeNReplace Property

Microsoft Publisher Visual Basic

expression.TypeNReplace

expression    Required. An expression that returns one of the objects in the Applies To list.

Example

This example instructs Publisher to replace unreadable Asian character clusters resulting from invalid keyboard sequences.

Sub TypeReplace()
    Options.TypeNReplace = True
End Sub