T
Todd
Is it possible to add code that will give the sender of
the email a confirmation receipt once the email has been
opened with code similar to this:
Private Sub CommandButton3_Click()
ActiveWorkbook.SendMail "[email protected]", _
"Test"
End Sub
Thanks once again for all of your help.
the email a confirmation receipt once the email has been
opened with code similar to this:
Private Sub CommandButton3_Click()
ActiveWorkbook.SendMail "[email protected]", _
"Test"
End Sub
Thanks once again for all of your help.