J
John Pierce
I have the following line in some borrowed code:
Dim Ctl As MSForms.ComboBox
I get Error: "User-defined type not defined" when I run it.
Do I need to create a Reference to an object library, or
define a new class in a class module, or what?
Dim Ctl As MSForms.ComboBox
I get Error: "User-defined type not defined" when I run it.
Do I need to create a Reference to an object library, or
define a new class in a class module, or what?