Spell check and mergefields

P

PromisedOyster

Hi

I am using Word Automation to generate documents.

As has been discussed in previous posts, by default, the mergefield
text has spelling disabled.

I get around this problem, by doing the following:

_wordApp.Selection.WholeStory();
_wordApp.Selection.NoProofing = 0;
_wordApp.CheckLanguage = false;

The documents that are generated get automatically saved. However, when
they gets reopened, the incorrect spelling is not underlined in red.

I dont want the spell dialog to appear as part of the creation or on
the subsequent opening, I just want to words that are not correctly
spelt to be red underlined.

Can this be done?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top