View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Luke Moraga Luke Moraga is offline
external usenet poster
 
Posts: 14
Default Disable spell check in outgoing email

Hi,
I'm using a Excel macro that creates an email notification to different
people in an column. Then I have it send using

..Display
Application.SendKeys "%s" 'This feature can't be test run.
Application.Wait Time + TimeValue("00:00:01")

However, the program hangs up if the spell checker gets activated due to a
name. The rest of the body of the message is fine. I need to know how to set
it to not perform the spell check when I send the message.
--
Best Regards,

Luke Moraga