Find.IgnorePunct Property

Word Developer Reference

Returns or sets a Boolean that represents whether a find operation should ignore punctuation in found text. Read/write.

Syntax

expression.IgnorePunct

expression   An expression that returns a Find object.

Remarks

This property corresponds to the Ignore punctuation characters check box in the Find and Replace dialog box.

See Also