How to reference optionbutton within frame

Joined
Jun 1, 2007
Messages
2
Reaction score
0
On an Excel 2003 spreadsheet I already have two option buttons. I need to add two additional optionbuttons, so I placed them within a frame so that they will function independently of the other buttons. Specifically, I created Frame1, selected Frame Object-->Edit, select Toolbox, add Optionbutton1 and Optionbutton2, exit Design mode.

The new Optionbutton correctly toggle their values. When I re-enter design mode and double-click to take me to the VBA code, it however only shows me Frame1_Click(). How do I reference in code the optionbuttons within the frame?

Thanks,
Cory
 
Back
Top