PDA

View Full Version : Creating approve/reject button within Outlook Form 2013



DavinaWest
08-17-2017, 02:46 PM
Hello,

I am new to VBA and would like to know how to create the following buttons for use in outlook 2013 form


Submit
Approve
Reject


The submit button will be sent to the end user.

end user will be able to either Approve or reject the form, this will be automatically forward to another email address with a copy of the completed form.

Could you please advise what coding I would need to use?

Many thanks

gmayor
08-18-2017, 04:43 AM
I don't think this is going to prove possible. Such are the many and varied methods users will employ to read e-mails, there is every possibility that the buttons would prove useless.
I suspect I might create the form in Word and send it as an attachment. At least that tends to force the recipient to open the form in a compatible application.
However see http://www.gmayor.com/EMail_Response.htm which may suggest a solution.