View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
DG DG is offline
external usenet poster
 
Posts: 46
Default how to send an email when saving

Never mind I found my answer.


"DG" wrote in message
...
I want to be able to send an email to someone whenever the workbook is
saved. ActiveWorkbook.SendMail sends the workbook but how would I just
send a plain email? Also, how do I do it when the users saves the
workbook?

Thanks

DG