L
Lorenzo
Hi,
I've been searching with no success a working example ...
Does anybody has a sub or an example to change the spell check by code?
I should switch from 1033 and 1040 SpellLang.
I just want to add a button on Outlook toolbar that run a sub like this
Sub SwitchSpelling()
' this code does not work!
If LanguageSettings.LanguagePreferredForEditing = 1033 Then
set LanguageSettings.LanguagePreferredForEditing (1033)
Else
set LanguageSettings.LanguagePreferredForEditing (1040)
End If
End Sub
Ty for any help,
Lorenzo
I've been searching with no success a working example ...
Does anybody has a sub or an example to change the spell check by code?
I should switch from 1033 and 1040 SpellLang.
I just want to add a button on Outlook toolbar that run a sub like this
Sub SwitchSpelling()
' this code does not work!
If LanguageSettings.LanguagePreferredForEditing = 1033 Then
set LanguageSettings.LanguagePreferredForEditing (1033)
Else
set LanguageSettings.LanguagePreferredForEditing (1040)
End If
End Sub
Ty for any help,
Lorenzo