Please send me an email ASAP with the answer. When using
the form toolbox and adding a checkbox, I can no longer
double click in the box and get an X. Now it opens an
options menu, then I click the checked option, click OK
and it checks the box. All I want it to do is
automatically check the box when I double click! HELP HELP
HELP - I'm giving a Word class in 2 weeks and this is the
only question I have not been able to answer.
Sincerely,
Lynne Krop
CWT
I hope your students have very simple problems. What you are talking about
is a checkbox formfield inserted using the Forms toolbar. For it to work by
clicking (a single click - not a double click - is for the document to be
protected for forms. Of course, then you can't type except in formfields.
This is what Word calls an "online form." Check this in help. For more about
online forms, follow the links at <URL:
http://addbalance.com/word/wordwebresources.htm#Forms> or <URL:
http://word.mvps.org/FAQs/Customization/FillinTheBlanks.htm> especially Dian
Chapman's series of articles.
A double-click checkbox is trickier but works in a non-protected document.
It is a macrobutton field that requires associated macros and AutoText
entries.
Go to File => New
Click on the Letters & Faxes tab and find the Contemporary Fax template.
In the bottom right of the new file dialog is a radio button letting you
select a new template or a new document (default document). Change this to
new template. Click OK.
Save your template as deleteme.dot. This template contains the macrobuttons,
the AutoText entries, and the macros you need.
Close the new template.
Open your custom template. With that open, go to
Tools => Templates and Add-Ins... and click the Organizer button.
Click on the tab for AutoText and on the right-hand side it will show the
AutoText in normal.dot. Click on the button to close the normal.dot file in
this dialog. Then open deleteme.dot in the dialog.
Copy the Checked Box and Unchecked Box entries to your template.
Next click on the Macros tab and copy the macros to your template.
Close the Organizer dialog. You no longer need the deleteme.dot file. You
can delete it whenever you want.
Where you want a checkbox, type "Unchecked Box" and press the F3 key.
If you double-click on this box, it will become checked. Double-clicking
again will uncheck it.
You can add the following macros to your template if you want a single click
to activate the checkbox:
Sub AutoNew
AutoOpen
End Sub
Sub AutoOpen
Options.ButtonFieldClicks = 1
End Sub
(You could add that code to existing AutoNew or AutoOpen procedures as
well.)
As you've guessed, this solution, while elegant, is complex. Hope this
helps.
Take a look at the checkbox template which can be downloaded from <URL:
http://addbalance.com/word/download.htm>.
Hope this helps,

Signature
Charles Kenyon
Word New User FAQ & Web Directory:
<URL: http://addbalance.com/word/index.htm>
Intermediate User's Guide to Microsoft Word (supplemented version of
Microsoft's Legal Users' Guide)
<URL: http://addbalance.com/usersguide/index.htm>
See also the MVP FAQ: <URL: http://www.mvps.org/word/> which is awesome!
--------- --------- --------- --------- --------- ---------
This message is posted to a newsgroup. Please post replies
and questions to the newsgroup so that others can learn
from my ignorance and your wisdom.
> Please send me an email ASAP with the answer. When using
> the form toolbox and adding a checkbox, I can no longer
[quoted text clipped - 8 lines]
> Lynne Krop
> CWT
Lauroli - 16 Apr 2004 22:40 GMT
>I hope your students have very simple problems.>-----
I can see where you might have the impression I am not an
advanced teacher and you may be correct, but I am
certified to teach by Microsoft. I passed all courses and
have my cert hanging prim and proper in front of me;
however, I am not perfect and some things I can't
remember. I do appreciate your help. It is greatly
appreciated.
Original Message-----
>I hope your students have very simple problems. What you are talking about
>is a checkbox formfield inserted using the Forms toolbar. For it to work by
[quoted text clipped - 77 lines]
>
>.
Beth Melton - 17 Apr 2004 02:48 GMT
Out of curiosity, what is the certification you have?
~~~~~~~~~~~~~~~
Beth Melton
> >I hope your students have very simple problems.>-----
>
[quoted text clipped - 5 lines]
> remember. I do appreciate your help. It is greatly
> appreciated.
Lauroli - 19 Apr 2004 15:37 GMT
Sorry I didn't get back to you earlier...
"Master" MSCWT (Master, Microsoft Certified Word Trainer)
through two different corporations in conjunction with
Microsoft Corp.
>-----Original Message-----
>Out of curiosity, what is the certification you have?
[quoted text clipped - 12 lines]
>
>.
Beth Melton - 19 Apr 2004 18:47 GMT
Hmmm.. Google search turned up nothing for "Microsoft Certified Word
Trainer"...
Do you know of any links for the certification?
Thanks!

Signature
Please post all follow-up questions to the newsgroup. Requests for
assistance by email can not be acknowledged.
~~~~~~~~~~~~~~~
Beth Melton
Microsoft Office MVP
Word FAQ: http://mvps.org/word
TechTrax eZine: http://mousetrax.com/techtrax/
MVP FAQ site: http://mvps.org/
> Sorry I didn't get back to you earlier...
>
> "Master" MSCWT (Master, Microsoft Certified Word Trainer)
> through two different corporations in conjunction with
> Microsoft Corp.
Lauroli - 28 Apr 2004 22:01 GMT
Hmmmm - I tried to respond to your email address and it
didn't work.
Okay - go to http://www.iaap-hq.org
This is the International Association of Administrative
Professionals/Headquarters - They offer several
certifications. I have a "Masters" (not affiliated with an
MBA in any way) standing in the Microsoft Word community.
Much like the MVP program; however one MUST test and pass
at 90% or better to be selected to use the logo and the
recognition.
I hope this clears things up.
L~
PS - You can email me at the listed address and I will be
happy to send you several links where you can check out
certification requirements and tests.
>-----Original Message-----
>Hmmm.. Google search turned up nothing for "Microsoft Certified Word
[quoted text clipped - 9 lines]
>> through two different corporations in conjunction with
>> Microsoft Corp.
Charles Kenyon - 19 Apr 2004 17:05 GMT
None of us is perfect. And I didn't mean to criticize your skills. Online
forms are far from simple but they are a good tool for many users. As for
the double-click checkbox, you can make it a single-click checkbox. Take a
look at the downloadable template to see how.

Signature
Charles Kenyon
Word New User FAQ & Web Directory:
<URL: http://addbalance.com/word/index.htm>
Intermediate User's Guide to Microsoft Word (supplemented version of
Microsoft's Legal Users' Guide)
<URL: http://addbalance.com/usersguide/index.htm>
See also the MVP FAQ: <URL: http://www.mvps.org/word/> which is awesome!
--------- --------- --------- --------- --------- ---------
This message is posted to a newsgroup. Please post replies
and questions to the newsgroup so that others can learn
from my ignorance and your wisdom.
> >I hope your students have very simple problems.>-----
>
[quoted text clipped - 127 lines]
> >
> >.