Spell Checking a String
I'd like to be able to spell check the text a user has entered in a RTF-Text
box within an excel form. If I was working in MS-Word I would just use the
getSpellingSuggestions() function to check each word in the RTFTextbox.Text
string.
Unfortunately I can't even create a Word application object
ie. CreateObject(€śWord.Application€ť)
because the system doesn't have Word installed on it, only Excel. Does Excel
have a similar function in it, or is there some other office library I can
import that does?
- Rm
|