Quote:
Originally Posted by gmayor
There are four rich text content controls, one for each selection. Type the list (I copied it from your post) then select each item in turn and apply a rich text content control from the Developer tab.
Each has a unique name and tag. Here they are named and tagged CCA, CCB, CCC, and CCD (right click > properties)
Press ALT+F11. The code that makes this work is in the ThisDocument module of the document and works for the set of four.
If you want more sets of controls, you will need to add them (obviously with different names) and the code for what happens when you select them. i.e. it makes the selected one bold and the others in the set not bold.
The only problem with this is that you need the macro to make it run and some users may not allow that.
|
Thank you so much. I just entered the Visual Basic option on the doc file you sent me and I'm gonna copy your code to my form in several places so that people will be able to bold their choices throughout the form.
Only.. why would people not allow macro? can opening a file with macro in it damage your computer (security-speaking)?