(1)..I would rarely ever rename an object's name( i.e., Frame1, Frame2, ...,
Textbox1, Textbox2..., Label1, Label2,..., Optionbutton1, Optionbutton2... )
Within every Userform( .i.e., UserForm1, Userform2, ... ) , all of the above
object names are in sequential order and unique for each Userform.
However, would of course have a "Caption" name for each of these named objects.
I did try the sample code from Geneviene and it didn't work too good.
I have a userform initially with frames ( i.e, Frame1, Frame2, Frame3, Frame4
and Frame5 )
Inside each of these frames contain the above named objects listed in (1),
including the option buttons.
The sample code provided by Genevieve wouldn't identify any of the option
buttons for each of the frames on the Userform...