Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
How do you get the check box in a Word document to toggle between checked and
unchecked on one click (such as when creating a check box in Access)? Carolyn |
#2
![]() |
|||
|
|||
![]()
See:
http://gregmaxey.mvps.org/add_check_boxes.htm -- Greg Maxey/Word MVP See: http://gregmaxey.mvps.org/word_tips.htm For some helpful tips using Word. Carolyn wrote: How do you get the check box in a Word document to toggle between checked and unchecked on one click (such as when creating a check box in Access)? Carolyn |
#3
![]() |
|||
|
|||
![]()
Dear Greg:
Thank you so much. I see where this works. What is complicating it for me is that I am working on a network at a large law firm. I followed the steps, but checkbox does not appear on my autotext. I imagine this is network related. When I have a moment I will work with your directions more and see if I can adapt it to the company's set up. Again, many thanks. Carolyn "Carolyn" wrote: How do you get the check box in a Word document to toggle between checked and unchecked on one click (such as when creating a check box in Access)? Carolyn |
#4
![]() |
|||
|
|||
![]()
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/downl...#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. "Carolyn" wrote in message ... How do you get the check box in a Word document to toggle between checked and unchecked on one click (such as when creating a check box in Access)? Carolyn |
#5
![]() |
|||
|
|||
![]()
Many thanks. I have tons of work so I will have to wait to take advantage of
the information you forwarded. "Carolyn" wrote: How do you get the check box in a Word document to toggle between checked and unchecked on one click (such as when creating a check box in Access)? Carolyn |
#6
![]() |
|||
|
|||
![]()
I got it to work. Is there a way to make it an x rather than a check mark?
"Greg Maxey" wrote: See: http://gregmaxey.mvps.org/add_check_boxes.htm -- Greg Maxey/Word MVP See: http://gregmaxey.mvps.org/word_tips.htm For some helpful tips using Word. Carolyn wrote: How do you get the check box in a Word document to toggle between checked and unchecked on one click (such as when creating a check box in Access)? Carolyn |
#7
![]() |
|||
|
|||
![]()
Many thanks. Your documentation was very helpful, including giving me the
last piece of information I needed (how to change from a check to an x). "Carolyn" wrote: How do you get the check box in a Word document to toggle between checked and unchecked on one click (such as when creating a check box in Access)? Carolyn |
#8
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
when I run my macros I get runtime error 5941
Am I supposed to have ONE macro or Two macros... one that checks and one that unchecks. Do I have to have the unchecked box selected and then run the 'CheckBox' Macro? "Greg Maxey" wrote: See: http://gregmaxey.mvps.org/add_check_boxes.htm -- Greg Maxey/Word MVP See: http://gregmaxey.mvps.org/word_tips.htm For some helpful tips using Word. Carolyn wrote: How do you get the check box in a Word document to toggle between checked and unchecked on one click (such as when creating a check box in Access)? Carolyn |
#9
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
Hi There,
I have just up loaded a toggles check box thing, that allows one to check a check box in an unprotected form (it needs to be unprotected as I have questions that require text responses..). The problem is that I have to send the document out to other people who don't have the toggle function installed on their computer... Which means that the toggles don't work.. -well, at least when my colleague tried it.... Do you know about this? Emma "Carolyn" wrote: How do you get the check box in a Word document to toggle between checked and unchecked on one click (such as when creating a check box in Access)? Carolyn |
#10
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
Hi Emma,
Word has checkbox, dropdown and text entry formfields, all of which can be used in a protected form. You can also have an unprotected section for text entry, if you like. That way, there's no need to use a third-party add-in (which your clients apparently don't have). -- Cheers macropod [MVP - Microsoft Word] "Emma" Emma @discussions.microsoft.com wrote in message ... Hi There, I have just up loaded a toggles check box thing, that allows one to check a check box in an unprotected form (it needs to be unprotected as I have questions that require text responses..). The problem is that I have to send the document out to other people who don't have the toggle function installed on their computer... Which means that the toggles don't work.. -well, at least when my colleague tried it.... Do you know about this? Emma "Carolyn" wrote: How do you get the check box in a Word document to toggle between checked and unchecked on one click (such as when creating a check box in Access)? Carolyn |
#11
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
If you're describing the MacroButton fields used for check boxes, they
require not only the macros but also AutoText entries. The macros can be stored in a document, but the AutoText entries can be saved only in a template, so the form must be distributed as a template, and recipients must enable the macros for the check boxes to work. -- Suzanne S. Barnhill Microsoft MVP (Word) Words into Type Fairhope, Alabama USA "Emma" Emma @discussions.microsoft.com wrote in message ... Hi There, I have just up loaded a toggles check box thing, that allows one to check a check box in an unprotected form (it needs to be unprotected as I have questions that require text responses..). The problem is that I have to send the document out to other people who don't have the toggle function installed on their computer... Which means that the toggles don't work.. -well, at least when my colleague tried it.... Do you know about this? Emma "Carolyn" wrote: How do you get the check box in a Word document to toggle between checked and unchecked on one click (such as when creating a check box in Access)? Carolyn |
#12
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
Note also that the MacroButton check box requires a double click.
-- Suzanne S. Barnhill Microsoft MVP (Word) Words into Type Fairhope, Alabama USA "Suzanne S. Barnhill" wrote in message ... If you're describing the MacroButton fields used for check boxes, they require not only the macros but also AutoText entries. The macros can be stored in a document, but the AutoText entries can be saved only in a template, so the form must be distributed as a template, and recipients must enable the macros for the check boxes to work. -- Suzanne S. Barnhill Microsoft MVP (Word) Words into Type Fairhope, Alabama USA "Emma" Emma @discussions.microsoft.com wrote in message ... Hi There, I have just up loaded a toggles check box thing, that allows one to check a check box in an unprotected form (it needs to be unprotected as I have questions that require text responses..). The problem is that I have to send the document out to other people who don't have the toggle function installed on their computer... Which means that the toggles don't work.. -well, at least when my colleague tried it.... Do you know about this? Emma "Carolyn" wrote: How do you get the check box in a Word document to toggle between checked and unchecked on one click (such as when creating a check box in Access)? Carolyn |
#13
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]() "Carolyn" wrote: How do you get the check box in a Word document to toggle between checked and unchecked on one click (such as when creating a check box in Access)? Carolyn |
#14
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]() "jenn" wrote: when I run my macros I get runtime error 5941 Am I supposed to have ONE macro or Two macros... one that checks and one that unchecks. Do I have to have the unchecked box selected and then run the 'CheckBox' Macro? "Greg Maxey" wrote: See: http://gregmaxey.mvps.org/add_check_boxes.htm -- Greg Maxey/Word MVP See: http://gregmaxey.mvps.org/word_tips.htm For some helpful tips using Word. Carolyn wrote: How do you get the check box in a Word document to toggle between checked and unchecked on one click (such as when creating a check box in Access)? Carolyn |
#15
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]() "jenn" wrote: when I run my macros I get runtime error 5941 Am I supposed to have ONE macro or Two macros... one that checks and one that unchecks. Do I have to have the unchecked box selected and then run the 'CheckBox' Macro? "Greg Maxey" wrote: See: http://gregmaxey.mvps.org/add_check_boxes.htm -- Greg Maxey/Word MVP See: http://gregmaxey.mvps.org/word_tips.htm For some helpful tips using Word. Carolyn wrote: How do you get the check box in a Word document to toggle between checked and unchecked on one click (such as when creating a check box in Access)? Carolyn |
#16
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]() I get runtime error 5941 when I try to use the macro and I went back and followed the steps 3 times. I don't get it. I think I'm getting stuck on the AutoText thing because my messege boxes don't look like the ones in the tutorial. I have Word 2007 in the newer layout with no dropdown insert options like the tutorial. It is very frustrating. |
#17
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]() I get runtime error 5941 when I try to use the macro and I went back and followed the steps 3 times. I don't get it. I think I'm getting stuck on the AutoText thing because my messege boxes don't look like the ones in the tutorial. I have Word 2007 in the newer layout with no dropdown insert options like the tutorial. It is very frustrating. |
#18
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
Take a look at http://www.gmayor.com/Macrobutton.htm which explains the same
function with additional illustrations for Word 2007 . -- Graham Mayor - Word MVP My web site www.gmayor.com Word MVP web site http://word.mvps.org "Charysa" wrote in message ... I get runtime error 5941 when I try to use the macro and I went back and followed the steps 3 times. I don't get it. I think I'm getting stuck on the AutoText thing because my messege boxes don't look like the ones in the tutorial. I have Word 2007 in the newer layout with no dropdown insert options like the tutorial. It is very frustrating. |
#19
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]() Take a look at http://www.gmayor.com/Macrobutton.htm which explains the same function with additional illustrations for Word 2007 . -- Graham Mayor - Word MVP My web site www.gmayor.com Word MVP web site http://word.mvps.org "Charysa" wrote in message ... I get runtime error 5941 when I try to use the macro and I went back and followed the steps 3 times. I don't get it. I think I'm getting stuck on the AutoText thing because my messege boxes don't look like the ones in the tutorial. I have Word 2007 in the newer layout with no dropdown insert options like the tutorial. It is very frustrating. |
Reply |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do you create a box with a "check" mark... | New Users | |||
How do I change the "cross" to a tick mark for the default "check. | Microsoft Word Help | |||
Putting an actual check mark in a check box form field. | Microsoft Word Help | |||
how do i make check mark boxes in mircosoft word//?? | Microsoft Word Help | |||
Word should have a check mark in symbols | Microsoft Word Help |