Could anyone help get this to work . Can't seem to get auto_run sub to go. In excel
Private Sub Worksheet_Change(ByVal Target As Range)
If Target.Address = "$A$1" = "89" Then auto_run
End Sub
Sub auto_run()
ActiveWorkbook.SendMail _
Recipients:="(e-mail address removed)", _
Subject:="Try Me " & Format(Date, "dd/mmm/yy")
End Sub
Private Sub Worksheet_Change(ByVal Target As Range)
If Target.Address = "$A$1" = "89" Then auto_run
End Sub
Sub auto_run()
ActiveWorkbook.SendMail _
Recipients:="(e-mail address removed)", _
Subject:="Try Me " & Format(Date, "dd/mmm/yy")
End Sub
Last edited: