I have a text file having words that i need to validate.
After following the post :
How can I use Microsoft Word's spelling/grammar checker programmatically?
I used the Microsoft word for spell check.But i am unable to get the improper words from the word api using doc.SpellingErrors.Item(1).Name(as there is no Name attribute available).
So how can i retrieve words(in text) from the object returned by doc.SpellingErrors.
Try something like this: