Dim ChkBoxes() As New Class1

P

PJ Murph

I have a module containing 'Dim ChkBoxes() As New Class1' and Class module
with 'Public WithEvents CBXGroup As MSForms.CheckBox'. All of the ChkBoxes
work perfectly. When I place an OptionButtons on this form I get an error.
 
J

joel

Did you try putting two option button on the form? If you have a Group it
expects more than one button.
 

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