Hi,
I want to create a button in excel wherein once you click that button a message will pop-up and ask "Are you sure you want to send notification to your supervisor?" Yes/No. If yes is selected a New Outlook Message will appear where recipient's email address is already given and the subject is already available as weel as the body email. If the No buton is selected the message box will close.
Is this possible?
Thanks i advance.
Software/Hardware used:
MS Excel / MS Outlook
ASKED:
November 22, 2010 6:34 AM
UPDATED:
November 22, 2010 4:23 PM
Is it possible without password?
This is a sample code, and u have to eliminate the password related code. I provided for ur better security, that no one can use this process and send mail without informing U !
Oh I see that’s great! But how can I set the password? I tried it and it’s asking for a password but I dont know how to set it up…sorry…
I told u to eliminate the portion of password code ! however when it asks for password simply type: Password
I mentioned in the code where the line belongs : If testPassword <> “Password” Then….
and here u may change ur own password by replacing the word “Password”
Thanks !
Got it! Thanks so much Rechil…