This topic has not yet been rated - Rate this topic

TypeNReplace Property.TypeNReplace Property

Office 2007
True for Microsoft Office Publisher to replace unreadable Asian character clusters resulting from invalid keyboard sequences. Read/write Boolean.

Syntax

expression.TypeNReplace

expression   A variable that represents a TypeNReplace Property object.

Return Value
Boolean

Example

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

Visual Basic for Applications
Sub TypeReplace()
    Options.TypeNReplace = True
End Sub



Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.