Option Buttons - groups

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have set up a spread sheet with five option boxes so that only one can be
highlighted at one time.

I now want another set on the same spread sheet. If I draw a new option box
and select it - it deselects all the others.

Any ideas on how to set up different option boxes groups -

- one set only allows one to be selected at a time
- Another will allow both to be selected etc.....
 
Group them. If forms optionbuttons, then draw a frame or group box around
connected buttons, if control toolbox buttons, set the GroupName property
 
Ciara said:
I have set up a spread sheet with five option boxes so that only one can be
highlighted at one time.

I now want another set on the same spread sheet. If I draw a new option box
and select it - it deselects all the others.

Any ideas on how to set up different option boxes groups -

- one set only allows one to be selected at a time
- Another will allow both to be selected etc.....

Create two or more group boxes. Then create your sets of option boxes
within each group. These should then respond as separate sets.
 
Right click on the option button. Go to Properties. Change the GroupName
property

- Mangesh
 
Thankyou all!

Another question - once i have filled in all the information it needs to be
validated by my boss - is there a way around this?

for example some part that is password protected that only he can tick a box
for and which will loose it if anything changes in the worksheet?
 

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

Back
Top