Hiding unused checkboxes in a form

G

Guest

I am creating a form. I would like to have a number of options to check with
a checkbox and then have the unused checkboxes disappear. Is this a
possiblity?
 
R

Robert M. Franz (RMF)

mmh78 said:
I am creating a form. I would like to have a number of options to check with
a checkbox and then have the unused checkboxes disappear. Is this a
possiblity?

With VBA, yes: a macro would have to unprotect the document, maybe apply
a character style set to "hidden" to a whole table row, and reprotect
the document.

HTH
Robert
 

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

Top