Hi Francis,
[Quoted Text] > I have created some forms in MS Word, and was wondering if command buttons > can be created that would allow the user to save the form, print the > document and send an email. I understand that there are buttons on the tool > bars, but a request has been for it to be embedded in the form. >
Well, there are the buttons in the Controls Toolbox. These are the same as used in a UserForm (although the available events might differ in some cases). You'd need to insert it in-line with the text so that it's available in a protected form.
The other option is to use a MacroButton field. This is actually my preference, as the ActiveX controls tend to behave a bit oddly in a Word document. You can put a graphic in as the "display text" so that it looks like a button. Then run Application.Options.ButtonFieldClicks = 1
so that it reacts to a single (rather then double) click.
Cindy Meister INTER-Solutions, Switzerland http://homepage.swissonline.ch/cindymeister (last update Jun 17 2005) http://www.word.mvps.org
This reply is posted in the Newsgroup; please post any follow question or reply in the newsgroup and not by e-mail :-)
|