How to group Inline shape option buttons -word

N

naveen

I have a table, Having 'n' option buttons in its row.
where n = varies like 4,5,6
I want to group the opt buttons based on table
Can anybody help me.
Now I am able to select a single option choice in whole document
Thanks
nav
 
J

Jay Freedman

Hi nav,

Each option button has a property named GroupName. All the buttons that you
want to act as one group should have the same value for that property, and
it should be different for each table. As an example, all the buttons in the
first table could have GroupName = Table1, and all the buttons in the second
table could have GroupName = Table2 (although I suggest using more
meaningful names based on the subject of the table...).
 
C

Chad DeMeyer

Give each group of options buttons a common GroupName in each option
button's property sheet.

Regards,
Chad
 
Top