_Application.ResetIgnoreAll Method
Clears the list of words that were previously ignored during a spelling check.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Sub ResetIgnoreAll
'Usage
Dim instance As _Application
instance.ResetIgnoreAll()
void ResetIgnoreAll()
Remarks
In order for the ResetIgnoreAll method to work, you must first set the SpellingChecked property to False.
After you run this method, previously ignored words are checked along with all the other words.