Sending Email Through Excel - Disable SpellCheck

  • Thread starter Thread starter muziq2
  • Start date Start date
M

muziq2

Hi,

Trying to send an email from excel through outlook. Different user
will be using the sheet and if their outlook settings are set to spel
check before sending a pop-up will occur because a word in the email i
not recognized. Is there a way to disable that pop-up or automaticall
cancel the spellcheck and send through vba?

Thanks,

Jef
 
This was posted in the Outlook group
**********************************

The only way I can imagine to suppress spell checking if the user has it
turned on is to disable it at the registry entry, whatever that might be.
Happy hunting.
--
Sue Mosher, Outlook MVP


Graham posted this back in this thread

Mission accomplished:

HKEY_CURRENT_USER\Software\Microsoft\Office\9.0
\Outlook\Options\Spelling\Check
0 = disabled
1 = enabled
 

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