Option Buttons

C

CaroS

Is it possible to have the ability to deselect an option button.

I'll try to explain.

I have a frame on a userform which has three option buttons. This is fine as
they should be mutually exclusive. However initially the value of the options
buttons are all set to false as the user may not want to pick anything in the
frame.

My problem is this: If the user checks say optionbutton A and then realises
that they actually didn't want anything within this set of option buttons,
you cannot deselect the option button. All you can do is select another
optionbutton.

Hope this makes sense.

CaroS
 
P

Pete Bennett

You can do one of the following:-

Put in another option button that says "None", or change the option boxes to
be check boxes instead. Then you can have them all mutually exclusive (if
you program it that way), or you can allow combinations.

Or, you can put in a "rest" button, which will reset the form (or sets of
controls) to it's original states...

Pete.
 
C

CaroS

Pete

Thank you! I seem to have problems with the obvious answers sometimes.
Thanks everso much for your thoughts, very useful.

CaroS
 

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