e-mail form excel useing IF formula

Joined
Apr 26, 2006
Messages
3
Reaction score
0
Could anyone help get this to work . Can't seem to get auto_run sub to go. In excel
bowdown.gif




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:

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top