Can anyone enlighten me as to a class based syntax that will allow me to do the equivalent of this...
Thanks in advanceCode:Public Type SomethingElse Index as Long Order as Long Ref as String EndType Public Type Something Name as String Group() as SomethingElse End type Public Thing as Something
.




Reply With Quote