To spell check a range of cells, I have included the following in my code:
rRange.CheckSpelling CustomDictionary:=”CUSTOM.DIC”, IgnoreUppercase:=False _
, AlwaysSuggest:=True, SpellLang:=1033
It works fine. But now I’d like to change the language for this spell check, and change it back in the workbook close event.
The “SpellLang” method suggests there’s a way, but I can’t find anything in help or in the KB other than ways of displaying the language in use (for the install language, the user interface language, or the Help language).
I know the UI does not provide a way to change the language as it does in Word.
Any ideas?
-
Change Spelling Language (Excel 2000)
- This topic has 3 replies, 2 voices, and was last updated 20 years ago.
AuthorViewing 0 reply threadsAuthorViewing 0 reply threads