View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
PJ Murph[_2_] PJ Murph[_2_] is offline
external usenet poster
 
Posts: 19
Default Dim ChkBoxes() As New Class1

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.