Extracting source code

S

Stever1975

Extracting source code
Does anyone know of a way to extract all the source code from a vba
Access Project? The reason I want to this is so I can document and
browse it easier, maybe even do UML. Steve
 
A

Albert D. Kallal

Have you tried the built in documenter?

it will printout all code in all modules, forms, and repots for you.

You can then send this report to word, or even print it to a text file.....

tools->analyze->documenter


give the above "documenter" a try....
 
Top