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
 

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