View Single Post
  #1   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

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