I have a table with 5 rows and three columns. In the third
column, there is a check box for each row. I want to limit
the user to selecting only one check box in that column.
I tried the macro mentioned in: "Microsoft Knowledge Base
Article - 172178
WD97: How to Create Mutually Exclusive Check Boxes Using
VBA
The information in this article applies to:
Microsoft Word 97 for Windows". It did not work.
Does anyone have any other suggestions?
Thanks.
Alan - 30 Jul 2003 22:07 GMT
Checkboxes are not designed to be mutually exclusive.
Try using radio buttons instead
J. Alan Hall
> I have a table with 5 rows and three columns. In the third
> column, there is a check box for each row. I want to limit
[quoted text clipped - 10 lines]
>
> Thanks.