Is it possible to create a subclass of a UserForm Control, like a CheckBox?
I want to have a CommandButton that is somehow linked with an array of CheckBoxes. I'm dynamically creating some CommandButtons and CheckBoxes, and some of the boxes must be checked before the button can be pressed. Any idea how to create this subclass?
Thanks
I want to have a CommandButton that is somehow linked with an array of CheckBoxes. I'm dynamically creating some CommandButtons and CheckBoxes, and some of the boxes must be checked before the button can be pressed. Any idea how to create this subclass?
Thanks