Hey all,
I'm working with VBA .vbp files that are used in a third-party software package (i.e. not office). The third-party software package allows you to create custom rules, exports, manipulation, etc from a VBA standpoint.

For each VBA project, there is only one file created that is simply .VBP. Does anyone know of any tools that can analyze these .VBP for lines-of-code, number of modules, and other metrics?

Simply lines-of-code would be a good start, prefer something that is command-line oriented that has a consistent output to file or to screen that can be redirected to file.

Thanky,
-D