View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
augustus augustus is offline
external usenet poster
 
Posts: 49
Default Qualifying OptionButton with ro without MSForms

Hi,

i am learning Class Module now, could someone tell me what's the different
between the following:

Public WithEvents OptionGroup As OptionButton

and

Public WithEvents OptionGroup As MSForms.OptionButton

ie, with and without the MSFOrms???

In addition, could someone please let me know where I can find more info on
Class Modules?

Thanks
Augustus