VBA function to check if a string has valid spelling

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top