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.
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.