Ultimately, my goal is to store version info with each VBA project that is loaded so that the VBA version info can be displayed for easy reference. I'm not sure that this is feasible as there doesn't appear to be a relevant Collection object to reference. I'd like to see each VBA Project, version data (that is hard-coded per project), and it would be a bonus to view the various Windows that have been added to the project.
I suppose that I could basically hard-code everything (retrieve the version info specifically from each referenced VBA project)... perhaps create a VBA module that references hard-coded projects. I anticipate hard-coding and maintaining version info in each VBA project.
Does anyone have a better idea? It would be very appreciated.
Thanks in advance!
Mitch
*This post is locked for comments