How do I use the Property Get/Set/Let directly on the class?
You'll understand what I mean by the example.
As far as I have seen, I can do the Property on the members of the class. Ie. A.Member1 = 5, MsgBox A.Member1Code:Dim A As New MyClass A=5 MsgBox A




Reply With Quote