Spellcheck a single word with VBA?

Kowalski

Registered User.
Local time
Today, 16:02
Joined
Jul 5, 2007
Messages
121
Hi
Is it possible to spell check a single word using VBA?

I've got a table with a word in column A (1 word per row).
I would like to update column B on whether this word is spelled correctly, but I can't find a way to run the spellchecker via VBA and return true or false.

I see that you can use DoCmd.RunCommand acCmdSpelling, but that seems to do a visual check and does not return true or false.
 

Users who are viewing this thread

Back
Top Bottom