Custom Dictionary in Access application

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm developing an Access application, and the client wants to be able to run
the spell checker on several of the forms. No problem so far.

However, this particular client has a set of words and acronyms that would
confuse most of us. I would like to create this custom dictionary file and
store it on the network. Then, when the user runs the spell checker, I would
like to point the Office custom dictionary to this file, so that any
additions would go to it, and so we only have to edit a single dictionary
file. Then, when the spell checker is complete, I would switch the custom
dictionary back to what it was.

Any body know how to accomplish this?
 
Hi Dale,

I've never done this, but my guess is that you'll need to use a
Word.Application object and fiddle with its ActiveCustomDictionary. At
least that's where I'd start trying.
 

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

Back
Top