Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.Productivity Library / SpellCheck Object / IgnoreWordsWithNumbers Property
In This Topic
    IgnoreWordsWithNumbers Property
    In This Topic
    Gets or sets whether to exclude words that contain numerals from a spelling review. True excludes these words; false doesn't exclude them.
    Syntax
    expression.IgnoreWordsWithNumbers As Boolean
    where expression is a variable that represents a SpellCheck Object
    See Also