Hi All,
I'm trying to create a custom form in Outlook with two simple buttons, but so far I'm stuck with a very unfriendly VBscript window! I'm happier in VBA and here it's just like typing it straight into notepad! I've no idea if it's right, testing seems impossible. So I thought I'd see if someone could point me in the right direction.
I'd like someone to be able to use the form to send an email to a fixed address. The recipient opens the email and has two buttons: "Approve" and "Reject".
"Approve" sends on the email to another pre-defined address.
"Reject" deletes the mail and possibly replies to the sender.
Well that's what I'd like anyway! But I can't get any response from the buttons (called btnApprove and btnDecline respectively).
How do I get code in the VBscript window to fire when the button is pressed?
Any ideas gratefully accepted, including "Don't use Outlook"!
Cheers,
Jon
I'm trying to create a custom form in Outlook with two simple buttons, but so far I'm stuck with a very unfriendly VBscript window! I'm happier in VBA and here it's just like typing it straight into notepad! I've no idea if it's right, testing seems impossible. So I thought I'd see if someone could point me in the right direction.
I'd like someone to be able to use the form to send an email to a fixed address. The recipient opens the email and has two buttons: "Approve" and "Reject".
"Approve" sends on the email to another pre-defined address.
"Reject" deletes the mail and possibly replies to the sender.
Well that's what I'd like anyway! But I can't get any response from the buttons (called btnApprove and btnDecline respectively).
How do I get code in the VBscript window to fire when the button is pressed?
Any ideas gratefully accepted, including "Don't use Outlook"!
Cheers,
Jon