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
 

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