Check boxes in a Word form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How can I avoid creating huge documents when I want to use lots of check
boxes. The problem seems to be that each check box has some visual basic code
attached to it, but I don't really want to run code, I just want to be able
to tick or untick the boxes.
 
It sounds as if you may be using ActiveX controls (from the Control Toolbox)
instead of check boxes from the Forms toolbar. See
http://word.mvps.org/FAQs/Customization/FillinTheBlanks.htm and especially
the forms tutorials by Dian Chapman that this article links to.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA

Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.
 
Consider using checkboxes instead of tick boxes. Otherwise, you can add just
a couple of macros for tick boxes and have them work. There are a number of
ways to create and use clickable checkboxes in documents / templates. Some
require protected or locked forms, others do not. Take a look at the
Checkbox template available at
http://www.addbalance.com/word/download.htm#CheckboxAddIn for an exploration
of these.

--

Charles Kenyon

Word New User FAQ & Web Directory: http://addbalance.com/word

Intermediate User's Guide to Microsoft Word (supplemented version of
Microsoft's Legal Users' Guide) http://addbalance.com/usersguide

See also the MVP FAQ: 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.
 
Back
Top