Generating Documentation

Is there any way to generate documentation for a VBA script Basically, I would like to get a list of variables, functions and subroutines for each page that I am writing. I could create it, no problem but is there a way to autogenerate it


Answer this question

Generating Documentation

  • Fluxtah

    Hi

    Yeah this is possible as you can parse the VBProject. Here is a link that has information on what your looking for. About half way down there is a section on how to list all modules in a workbook and one to list all procedures in a module.

    http://www.cpearson.com/excel/vbe.htm



  • Generating Documentation