Add words to disctionary using VBA

P

Petr

I use Word VBA to spellchecking in my application using methods
CheckSpelling()
GetSpellingSuggestions()

But is possible to add words to disctionary using VBA?
I can't find it.

Or how it solve another way?

Thanks,
Petr
 
C

Chad DeMeyer

Petr,

Please see my reply to the other thread you started.

Regards,
Chad


Petr27 said:
Thanks, but this does'nt add word to dictionary.
I call CheckSpelling("Something word") method from my application to
Winword and I have not text wrriten in Winword window. Object "Autocorrect"
changes text only in Winword window.
 
Top