T
Todd
What would the code be to add an email receipt that the
file was opened to the sender of the file? The code I
have so far is:
Private Sub CommandButton3_Click()
ActiveWorkbook.SendMail "[email protected]", _
"Test"
End Sub
file was opened to the sender of the file? The code I
have so far is:
Private Sub CommandButton3_Click()
ActiveWorkbook.SendMail "[email protected]", _
"Test"
End Sub