I'm interested in counting the executable lines of code in a vba project. Does anyone out there know how to get the line count of a vba project's code? The only way I'm aware of retrieving a line count is to scroll to the end of each module and read of the line count from the visual basic editor. This method is tedious. I've investigated the VBE object but I haven't found any property or method to return a line count for project modules and forms. Any thoughts?
-Chappy
-Chappy