I am trying (in a .bas module) to assign a UDT (declared in the same module) to a variant array (in the same module). I get this error:
"You attempted to use a public user defined type as a parameter or return type for a public procedure of a class module, or as a field of a public user defined type. Only public user defined types that are defined in a public object module can be used in this manner. "
*** does that all mean?? And how do I resolve this?
