button within a document

U

Ulf Nilsson

Hi again,

I forgot to add: I don't want to use MacroButton because
there one has to double-click. Or is there a way to just
one-click?

/ Ulf
 
J

Jay Freedman

Hi, Ulf,

Answer 1: Use the method shown at
http://www.mvps.org/word/FAQs/TblsFldsFms/HidePrintButton.htm, which
involves a CommandButton from the Control Toolbox.

Answer 2: You can use a macrobutton field, and use the code
Options.ButtonFieldClicks = 1
to enable one-click activation. This should be in both an AutoNew and an
AutoOpen macro in the template (or the equivalent document event procedure).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top