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
Just Pass the UDT as Reference parametre and it will work. :)
'method in the class Public Sub CreateFile(ByRef udt1 As UdtTest) End Sub