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
|