Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I currently have a macro in Excel 2010 that automatically sends and email to a specific person when a file is saved. Unfortunately some of the the users of this file still have Excel 2007 and the macro does not seem to be working for them. Any thoughts?
Here is what I am currently using: Private Sub Workbook_AfterSave(ByVal Success As Boolean) ActiveWorkbook.SendMail Recipients:=Array("email address"), Subject:="New Job" End Sub |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On 26/04/2012 6:13 AM, Jenn T wrote:
I currently have a macro in Excel 2010 that automatically sends and email to a specific person when a file is saved. Unfortunately some of the the users of this file still have Excel 2007 and the macro does not seem to be working for them. Any thoughts? Here is what I am currently using: Private Sub Workbook_AfterSave(ByVal Success As Boolean) ActiveWorkbook.SendMail Recipients:=Array("email address"), Subject:="New Job" End Sub Check out Ron DeBruin's site, many examples of this... http://www.rondebruin.nl/sendmail.htm HTH Mick. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
macro to automatically send an excel spreadsheet by email | Excel Programming | |||
Macro to send email automatically. | Excel Discussion (Misc queries) | |||
Macros to send email automatically | Excel Programming | |||
automatically send email in excel based on value/macro guru stuff | Excel Programming | |||
automatically send email from excel | Excel Programming |