Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Spell checking list of words
Message
From
02/10/2001 17:03:33
 
 
To
02/10/2001 15:19:12
Randy Riegel
Zimish Contracting
Ohio, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00563219
Message ID:
00563310
Views:
21
>I'm looking for a way to spell check a text value and just return whether it exists in Word or Excel's dictionary. I don't want the spell checking dialog from word or excel to come up, I'd just like to have it return a value so that I know if it passed or failed the spell check. Anybody done this before? Thanks for any help.
oWord = CreateObject("Word.Application")
? oWord.CheckSpelling("the_word")
It returns true or false depending if the word was found on the dictionary.
HTH
Previous
Reply
Map
View

Click here to load this message in the networking platform