Reflection in VBA (a CreateObject() function for VBA classes) - CodeProject
Download source code - 0.8 KB Introduction I've often thought about how one could instantiate a class in VBA without specifically declaring its type beforehand. Of course, my conclusion was inevitable: it can't be done. VBA does not support Reflection[^],...