Is it possible to define an array of structures or objects in VBA?
Questions: I have to implement something in an Excel macro (yuk!), for which I would like to use an array of structures or objects. (Is this even possible at all in Excel VBA?) The problem is, I can o...