PDA

View Full Version : Auto Reply Notification



talytech
12-16-2009, 07:23 AM
I apologize in advance, but I posted this question to the wrong forum I believe.

I have a spreadsheet that has a button on it that sends an email attachment of the worksheet when the user clicks on it. Is there away to program an auto reply back to the sender from within Excel once the recipient receives the worksheet in their inbox? For example: In my code, is there another statement that I can include that will send a message back to the sender or does that have to be setup in Outlook? Here's my code:





Code:
ActiveWorkbook.SendMail theRecipient, theSub

JP2112
12-21-2009, 12:57 PM
What about the third parameter of SendMail, ReturnReceipt, which you would set to True to request a return receipt?