Hi,
I am trying to learn class modules and tried the followig to see if I understand how class modules work. The code is supposed to add 2 commandbuttons at runtime. When I run this, the userform loads but the commandbuttons do not...
Code 1: In a module (Module 1)
Code2: In the code for the userform(Userform1)
[Declarations]Dim Buttons() As New clsClicked
Code3: In the class module (clsClicked)
[Declarations] Public WithEvents Clicked As CommandButton
End Sub
I may have missed a thing or two because I am printing this off th top of my head (I am not using my computer), but you may be able to work out why it does not work. Your help is much appreciated.
Bookmarks