Using Macros To Create A Submit Button For Word Document On A Mac

суббота 01 декабряadmin
Word

I have exhausted all my resources and cannot figure out how to make this happen. I want to add a submit button in my word doc so that when they click it I will receive the info via email.

Macros and VBA tools can be found on the Developer tab, which is hidden by default. The first step is to enable it. For more information, see the article: Show the Developer tab. Use ipad as monitor for mac mini. Add a button (Form control) On the Developer tab, in the Controls group, click Insert, and then under Form Controls, click Button.

Under my developer ribbon, I have the options for textbox, checkbox, and combo box--but the command button option does not exist. Is there a way to do this on my mac?

I saw a 'command button' on some precreated macros, but I cannot figure out how to add it to my document. What about VBE? Thank you for any advice macros, commandbutton, command button, activex, submit. Good luck with trying to get Word 2016 for the Mac VBA to create an Outlook object it can talk to.

Not going to happen in this decade anyway.:-) What can be done is this. Sub PleaseMrPostMan() Dim MyEmail As New DataObject MyEmail.SetText '*** Email address is removed for privacy ***' MyEmail.PutInClipboard ActiveDocument.SendMail End Sub When the macro is executed and the email window opens, you can just Command+Click and the address is filled in. Still needs a Subject and some salutation. You've got to do something to earn your keep around here.:-) ________________________________ Richard V. Michaels info@greatcirclelearning.com Provides free AuthorTec add-ins for Mac-Office and Win-Office.