Y
ynissel
How do I get my macro to pop up a message box that says "your email has been
sent" and just an OK button to continue ?
Thanks
sent" and just an OK button to continue ?
Thanks
Bob Phillips said:Of course
Msgbox Range("A1").Value & "', your email has been sent", vbInformation
--
HTH
RP
(remove nothere from the email address if mailing direct)
Bob Phillips said:Yes, put it in a macro called Autpen, or add it to the Workbook_Open
event in the ThisWorkbook code module.
--
HTH
RP
(remove nothere from the email address if mailing direct)