Submit Form via Email

J

jmcbee

How can I create a button for a protected form in Word that the user can
click and send the form to an email address - invisibly if possible.
 
D

Doug Robbins - Word MVP

It is not really feasible as it would require the use of a macro and if the
users Macro Security Level is set to High, the macros will be automatically
disabled without them having to even respond to a question. If it is set to
medium, they will be given the opportunity to accept or reject the macros
and if they reject them, your button would not work.

That notwithstanding, to see the code that you would need, see the article
"How to send an email from Word using VBA" at:

http://www.word.mvps.org/FAQs/InterDev/SendMail.htm


--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP
 
Top