#1   Report Post  
Posted to microsoft.public.word.docmanagement
smh smh is offline
external usenet poster
 
Posts: 7
Default Insert "Check Box"

I would like to insert a box in which a user can select and the box will be
checked. The concept is similar to a bulleted list, but rather than a
stagnant feature, it is functionable; can be checked and unchecked. I know I
have used this feature in the 2003 version, but I am now using the 2007
version and I can't seem to find the feature.

Any assistance would be appreciated.
  #2   Report Post  
Posted to microsoft.public.word.docmanagement
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default Insert "Check Box"

The Word 2003 legacy form fields can be found on the developer tab which is
not present by default (Word Options Popular).
Or
See http://www.gmayor.com/Macrobutton.htm

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org


SMH wrote:
I would like to insert a box in which a user can select and the box
will be checked. The concept is similar to a bulleted list, but
rather than a stagnant feature, it is functionable; can be checked
and unchecked. I know I have used this feature in the 2003 version,
but I am now using the 2007 version and I can't seem to find the
feature.

Any assistance would be appreciated.



  #3   Report Post  
Posted to microsoft.public.word.docmanagement
smh smh is offline
external usenet poster
 
Posts: 7
Default Insert "Check Box"

Thank you so much!! I appreciate your help.

"Graham Mayor" wrote:

The Word 2003 legacy form fields can be found on the developer tab which is
not present by default (Word Options Popular).
Or
See http://www.gmayor.com/Macrobutton.htm

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org


SMH wrote:
I would like to insert a box in which a user can select and the box
will be checked. The concept is similar to a bulleted list, but
rather than a stagnant feature, it is functionable; can be checked
and unchecked. I know I have used this feature in the 2003 version,
but I am now using the 2007 version and I can't seem to find the
feature.

Any assistance would be appreciated.




  #4   Report Post  
Posted to microsoft.public.word.docmanagement
=Steve D= =Steve D= is offline
external usenet poster
 
Posts: 2
Default Insert "Check Box"

I found this in the "Help" doing a search for "checkbox". It didn't paste
very cleanly so you might want to try finding it in "Help" yourself so it
will be easier to read.


Make a checklist that you can check off in Word
To use check boxes that you can check off in Word, you insert the check box
form field into your document. This looks best if you use a table to align
the check boxes with the text, so your first step is to create a table. After
you create the table, you can insert the check boxes in one column and the
text in the other column, and then you can refine the layout. To check off
the items, you lock the form.

The result looks like the following illustration.


Step 1: Create a table
On the Insert tab, in the Tables group, click Table.


In the Number of columns box, enter 2.
In the Number of rows box, enter the number of rows that you want. You need
one row for each item in your list.
Don't worry about the size of the columns or the border lines in the table.
You will fix those later.

Step 2: Insert the check boxes and text
To add the boxes that you will be able to check, you need to use the
Developer tab.

Show the Developer tab
Click the Microsoft Office Button , and then click Word Options.
Click Popular.
Select the Show Developer tab in the Ribbon check box.
Note The Ribbon is a component of the Microsoft Office Fluent user
interface.
Add the check boxes
Click the top left cell in the table that you inserted.
On the Developer tab, in the Controls group, click Legacy Tools.
Under Legacy Forms, click Check Box Form Field .
Note If the check box has a gray background, click Legacy Tools in the
Controls group, and then click Form Field Shading to remove the gray shading.

Click the next cell where you want to insert a check box, and then press
CTRL+Y to insert another check box.
After you insert a check box for each item that you want, click the top
right cell and type the text for the first item. Repeat this step for each
item in the list.
Step 3: Refine the layout
Although you are using the table to lay out the list, you probably want to
adjust the spacing so that the column that contains the check boxes isn't too
wide, and the text is lined up close to the check boxes. You probably don't
want the border lines that Word usually includes with the table. To make
these adjustments, do the following:

Right-click the table, point to AutoFit, and then click AutoFit to Contents.
Right-click the table, click Table Properties, and then click the Table tab.
Click Options, and in the Left and Right boxes, enter a number that will
provide a little bit of space between the check box and the text, such as .02
inches, and then click OK.
On the Table tab, click Borders and Shading, and then click the Borders tab.
Under Setting, click None, and then click OK.
Note After you remove the border lines, you may still see gray lines.
These are the table gridlines, and they do not show when the document is
printed. To hide the table gridlines on the screen, click the Layout tab
under Table Tools, and in the Table group, click View Gridlines.
Step 4: Lock the form
To check off the items by clicking in the check boxes, you need to lock the
form. However, when the form is locked, you will not be able to make changes
to the text or layout, so be sure to do this step last.

Note If you want to check the spelling in your list, you must run spell
check on the document before you lock the form.

When you want to edit the document, you can easily unlock the form. Just
remember to lock it again so that you will be able to click the check boxes.

Lock the form
Make sure that you are not in design mode by clicking Design Mode in the
Controls group on the Developer tab.


On the Developer tab, in the Protect group, click Protect Document, and then
click Restrict Formatting and Editing.
In the Protect Document task pane, under Editing restrictions, select the
Allow only this type of editing in the document check box.
In the list of editing restrictions, select Filling in forms.
Under Start enforcement, click Yes, Start Enforcing Protection.
To assign a password to the document so that only reviewers who know the
password can remove the protection, type a password in the Enter new password
(optional) box, and then confirm the password.
Important If you choose not to use a password, all reviewers can change
your editing restrictions.
Unlock the form
On the Developer tab, in the Protect group, click Protect Document, and then
click Restrict Formatting and Editing.
In the Protect Document task pane, click Stop Protection.
Note If you used a password to add protection to the document, you need
to type the password before you can stop the protection.




"SMH" wrote:

I would like to insert a box in which a user can select and the box will be
checked. The concept is similar to a bulleted list, but rather than a
stagnant feature, it is functionable; can be checked and unchecked. I know I
have used this feature in the 2003 version, but I am now using the 2007
version and I can't seem to find the feature.

Any assistance would be appreciated.

  #5   Report Post  
Posted to microsoft.public.word.docmanagement
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default Insert "Check Box"

You are welcome

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org



SMH wrote:
Thank you so much!! I appreciate your help.

"Graham Mayor" wrote:

The Word 2003 legacy form fields can be found on the developer tab
which is not present by default (Word Options Popular).
Or
See http://www.gmayor.com/Macrobutton.htm

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org


SMH wrote:
I would like to insert a box in which a user can select and the box
will be checked. The concept is similar to a bulleted list, but
rather than a stagnant feature, it is functionable; can be checked
and unchecked. I know I have used this feature in the 2003 version,
but I am now using the 2007 version and I can't seem to find the
feature.

Any assistance would be appreciated.



Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Calculate "yes", "no" check boxes to reveal a total? StLDawn Microsoft Word Help 1 December 7th 07 10:27 AM
Insert picture automatically as "behind" not "in line with text". Taxed Mind Microsoft Word Help 8 March 29th 07 08:40 PM
The "Symbol" under "Insert" disappeared and replaced by "Number" Eling Microsoft Word Help 3 September 13th 06 03:29 PM
"insert text here" & "insert picture here" for templates New Student Microsoft Word Help 1 August 14th 06 09:26 PM
Word should say "Spelling and grammar check ARE complete" not "is" JAD240 Microsoft Word Help 1 January 1st 06 12:10 AM


All times are GMT +1. The time now is 01:03 PM.

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"