Yes, the idea is to get rid of the pushbutton. The ActiveX controls from the
Control Toolbox have many problems, ranging from "Control xxx cannot be
created" to just opening in design mode because macros are disabled by the
security mechanism. I can't recommend them for any use. However, you might
read
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnword2k2/html/
odc_activeX.asp.
Try using a MacroButton field and a macro instead. MacroButton fields do
work in protected forms -- see
http://www.word.mvps.org/FAQs/TblsFldsFms/HLinksInForms.htm for an example.
With a little clever formatting, you can even make a MacroButton field look
like a pushbutton.

Signature
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.
> I know similar questions have been asked a thousand times, but here
> goes...
[quoted text clipped - 13 lines]
> Thx.
> /Bill
bztips - 10 Oct 2006 16:01 GMT
OK, I tried using a MacroButton
{ MACROBUTTON UpdateTotal Update }
where UpdateTotal is a subroutine defined in Module1 of the document.
Supposedly UpdateTotal should execute when I double-click the button.
But I can't even get to the second click -- after the first click, the
focus is moved to another location in the document. Needless to say,
the subroutine never fires.
/Bill
> Yes, the idea is to get rid of the pushbutton. The ActiveX controls from the
> Control Toolbox have many problems, ranging from "Control xxx cannot be
[quoted text clipped - 33 lines]
> > Thx.
> > /Bill
bztips - 10 Oct 2006 17:42 GMT
OK, Jay, I found your answer to this question from one of your previous
posts (in 2003!) Thx.
> OK, I tried using a MacroButton
>
[quoted text clipped - 46 lines]
> > > Thx.
> > > /Bill
Jay Freedman - 11 Oct 2006 00:53 GMT
Glad I could help, even retroactively. :-) I assume you found the
part about Options.ButtonFieldClicks = 1.
--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the
newsgroup so all may benefit.
>OK, Jay, I found your answer to this question from one of your previous
>posts (in 2003!) Thx.
[quoted text clipped - 49 lines]
>> > > Thx.
>> > > /Bill