Help me extract and format my comments in my code
People
I am new to programming in VBA. I am looking for a tool (3rd party if necessary) to skim through my code and pick up comments i make about classes, sub's, functions and modules and display this information nicely formatted.
I have come from a Java background and we had a tool called Javadoc which you would run your code through and it would pick up your properly formatted comments and generate web pages about how to use the classes I had written.
If anyone is aware of such a tool i would be able to use with my code in access or even just over my class code, please let me know.
Cheers