View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
RocketRod RocketRod is offline
external usenet poster
 
Posts: 19
Default send email without spell check

I have a spreadsheet with various bits of data that is then automatically
sending an email.
However when it send the email, it wants to do a spell check because that is
how Outlook is set up by default.

Is there anyway my Excel macro can disable the Outlook automatick spell
check and reenable it afetr teh emails have been sent?

I am using the late binding method referrred to in other posts on this site
for sending emails