View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Ron de Bruin Ron de Bruin is offline
external usenet poster
 
Posts: 11,123
Default automatically send email from excel

Hi Charlie

I want to automatically send an email from excel

The problem is that Outlook have a security warning and if you use OE you must use
SendKeys to send a mail.

CDO is a option if you and your users have always a internet connection and
using Win 2000 or win XP.

Which mail program do you and your users work with?
Maybe i can give you a example then


--
Regards Ron de Bruin
http://www.rondebruin.nl


"charlie" wrote in message ...
I want to automatically send an email from excel when a certain value within
a cell is reached. Does anyone have a macro template to do this?? I have
other users accessing a common spreadsheet on a shared server and if they
enter data into this spreadsheet that causes a certain cell to hit a
predefined watermark that I have already setup, then I want to be able to
have excel automatically send an email to me alerting me that this watermark
or cell value has been reached.

I have already added Ron de Bruin's Excel "send email" add-in if this is
required.

Thanks.