D
DougOliver
I am programmatically checking the spelling in a document
and flagging the errors. The problem is that many times
when I have two words repeated, it is being flagged as a
spelling error. The exact example is in French, and
is "Vous vous en servez pour indiquer ..." (where ... is
just more words continuing. This is perfectly good
French, and shouldn't be flagged. There has to be a way
to get the reason that the word is flagged. If I do the
spellcheck manually, this is flagged as "Repeated word",
so there has to be a way to get the reason that a word is
flagged, but I can't find it.
I am specifically looping through the document, looking at
individual paragraphs, and one of the checks is to look at
the paragraph(i).range.spellingerrors.count, and then
checking every paragraph(i).range.spellingerrors
(j).range.text.
Hopefully, this is clear. Can anybody tell me how to find
the reason a word is rejected?
and flagging the errors. The problem is that many times
when I have two words repeated, it is being flagged as a
spelling error. The exact example is in French, and
is "Vous vous en servez pour indiquer ..." (where ... is
just more words continuing. This is perfectly good
French, and shouldn't be flagged. There has to be a way
to get the reason that the word is flagged. If I do the
spellcheck manually, this is flagged as "Repeated word",
so there has to be a way to get the reason that a word is
flagged, but I can't find it.
I am specifically looping through the document, looking at
individual paragraphs, and one of the checks is to look at
the paragraph(i).range.spellingerrors.count, and then
checking every paragraph(i).range.spellingerrors
(j).range.text.
Hopefully, this is clear. Can anybody tell me how to find
the reason a word is rejected?