How do I show or even format text if check box is clicked?

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

Guest

I am trying to create a form where if a check box is clicked, it will display
follow up questions. I don't know where to start. I've looked online but I am
probably not using the right terms.
 
I am trying to create a form where if a check box is clicked, it will display
follow up questions. I don't know where to start. I've looked online but I am
probably not using the right terms.

There are several different ways of doing something of this sort.

One method is shown at
http://gregmaxey.mvps.org/Toggle_Data_Display.htm.

Another method is to set an exit macro in the check box field, which
launches a userform (custom dialog) if the field is checked; the
userform would contain the follow-up questions. See
http://www.word.mvps.org/FAQs/Userforms/CreateAUserForm.htm.

You may find other techniques by searching for "conditional text".
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top