Option Group Value Question

  • Thread starter Thread starter grog
  • Start date Start date
G

grog

Hi

I have set un an unbound option group with three option buttons. They
have the standard optionvalues set at 1, 2 and 3.

The user comes along and clicks on option 2.
Is there a property of the enclosing frame which contains the chosen
value? or do I need to monitor the user events of all the option
buttons to detect which button was selected?

Thanks,

Clive Grog
 
The 'Value' property stores the value.

eg. Frame1.Value (returns the option value)
 
Back
Top