VBA function to check if a string has valid spelling

  • Thread starter Thread starter Edward
  • Start date Start date
E

Edward

I have a word generator that creates various combinations of letters
but I only want to process words that would pass a spell check. Is
there a VBA function that can operate on a string to check its
spelling? I want this to be totally automated, not the CheckSpelling
method that brings up a dialog on misspelled words. I want to skip
misspelled words, not correct them.
 
Back
Top