spellchecker vba

  • Thread starter Sebastian Kress
  • Start date
S

Sebastian Kress

Hi everyone,

is there a way to have a makro create a list with words which would have
been underlined (marked incorrect) by the spellchecker?

If yes: which newsgroup/website could I consult?

Thanks in advance,
Sebastian
 
J

Jonathan West

There are an awful lot of possible words that would be underlined of they
were in a document.

Really, the only approach is to put them into the docuemnt, and then see if
they *are* underlined, by going through the SpellingErrors collection.
 
Top