Spellchecker language easy change

B

banjo

Hello,

I am using MS Outlook 2003 and have to send messages alternativily in
English, German and French. My problem is that I find too long to go back to
the main menu to modify the language everytime I use another language.
So I would like to know if there is any solution allowing to switch easily
from one language to another one? Or an alternative would be to use VBA, but
I do not know which is the function I have to use. Do anyone know which
function has to be used in VBA to define the spellchecker language.
Thank you for your help.

Banjo
 
E

Eric Legault [MVP - Outlook]

You'll have to use the Win32 API (or Google "VB Registry Class") to change
the value of this registry key:

HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Outlook\Options\Spelling\Speller

If you try various language selections in the Options dialog and click
Apply, you'll see the relevant values get inserted into that key if you
refresh regedit.
 
Top