I\'ve tried to solve this problem, but can\'t find any solution. I have a UDT defined in a normal module, and wanted to use it as parameter in a Public Sub in a
Public Sub
Define UDF (public type) in a module:
Public Type TPVArticulo Referencia As String Descripcion As String PVP As Double Dto As Double End Type
and use Friend in class, module o frm:
Friend
Friend Function GetArticulo() As TPVArticulo