Please read the Forum Rules and then wrap your code with Code Tags.
I'm not sure I follow your question, but why not add the version as a property of the class?what I need to do is to import a *.cls file and then ask the *.cls file for it's version.
If that's impossible for some reason, then if the version is in the module as a well-structured comment (e.g., ' Version = 2.6), then open the file (it's just text) and read the version.![]()
MsgBox MyClass.Version
Bookmarks