VBA subclass reference
问题 In this post there is the description of "subclass" usage in VBA. I'm looking for the next step of it: when I have first subitem added I want to use it and don't know how. When I write baseItem(1).itemName it doesn't work. I assume it's just because that baseItem is not a collection or an array, but I don't know any other way. 回答1: I assume it's just because that baseItem is not a collection or an array... The baseItem itself is not a collection nor an array. It is just an object of type