SpellingOptions.IgnoreMixedDigits 屬性 (Excel)
False 指示 Microsoft Excel 檢查混合數位; True 會指示 Excel 在檢查拼字時忽略混合數位。 可讀寫的 Boolean。
語法
運算式。IgnoreMixedDigits
表達 代表 SpellingOptions 物件的 變數。
範例
在此範例中,Excel 會決定檢查混合數位拼字的設定,並通知使用者。
Sub SpellingOptionsCheck()
If Application.SpellingOptions.IgnoreMixedDigits = True Then
MsgBox "Spelling options for checking mixed digits is disabled."
Else
MsgBox "Spelling options for checking mixed digits is enabled."
End If
End Sub
支援和意見反應
有關於 Office VBA 或這份文件的問題或意見反應嗎? 如需取得支援服務並提供意見反應的相關指導,請參閱 Office VBA 支援與意見反應。