I want to recheck the spellings in a document after adding a dictionary. The problem is the following code (mostly from the macro recorder)
CustomDictionarie
I've had to do the same thing for a project, an this workaround made it happen for me:
'spellcheck the document ActiveDocument.Range.LanguageID = wdFrenchHaiti ActiveDocument.Range.LanguageID = wdEnglishUS
When you change the language, Word rechecks the range for spelling errors.