Can anyone recommend a good way to get the count
of the 'Number of Lines of Code' that are part of
a vbProject. This should include all class and standard
modules as well as the forms. If I can be picky, can
you exclude blank lines? How do lines terminated with the
underscore which continue on the next line affect your approach?
Any help is truly appreciated.
--Steve.
of the 'Number of Lines of Code' that are part of
a vbProject. This should include all class and standard
modules as well as the forms. If I can be picky, can
you exclude blank lines? How do lines terminated with the
underscore which continue on the next line affect your approach?
Any help is truly appreciated.
--Steve.
Comment