Does anybody know how to return a User Type from a property such as:


Public Property Get MyType() as [User Type in question]
MyType = [user type]
End Property


VB is giving an error for that!

The user Type is declared in a standard module and used in a class module.

Thanks in advance!