Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to suppress an email confirmation

Status
Not open for further replies.

Turpis

Programmer
Apr 16, 2002
151
when using the following code:

Sub Notify()
ActiveWorkbook.Sendmail "Reciever", "Subject"
End Sub

How do I suppress the notifier that lets the user confirm whether or not they want to send? Application.DisplayAlerts = False did not work.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top