Change spelling language

V

Vadim

How can I change language of spelling on the fly?
I use CheckSpelling() method of Word.ApplicationClass
 
M

Martin

Selection.LanguageID = wdAfrikaans
(Easiest just to record a macro and carry out the steps)
 
Top