I have a Client class. Inside that class there is an array losses. First I create and populate with clients a clientsColl array. Then for
Client
losses
clientsColl
I also meet this problem when I create my customize array class using compound properties.
I solved it by adding class statment for return value in Property Get code. Just as what @Rory said.
Property Get
You could try Public Property Get getLosses() As Double in the Client class.
Public Property Get getLosses() As Double