Line counts for forms, classes, projects

  • Thread starter Thread starter Dean Slindee
  • Start date Start date
D

Dean Slindee

Is there a function, addin or whatever that can be called to report on the
number of lines of code in each object in a project, and the project in
total? (Rather than turning on line counting and going to the bottom of the
source code to manually add them up)?

Thanks,
Dean Slindee
 
You could allways write your own add-in. Its not that hard to knock up
some code to recusrivleysearch all the .vb files in your structure and
report them.

--

OHM ( Terry Burns )
. . . One-Handed-Man . . .

Time flies when you don't know what you're doing
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top