Is it possible to se how many lines of code that I have written
in design mode ?

Signature
Mit fotoalbum
www.photo.activewebsite.dk
Norman Jones - 24 Jan 2006 18:00 GMT
Hi SpookiePower,
Try something like:
MsgBox Application.VBE.ActiveVBProject. _
VBComponents("Module1").CodeModule.CountOfLines
---
Regards,
Norman
> Is it possible to se how many lines of code that I have written
> in design mode ?
SpookiePower - 24 Jan 2006 18:25 GMT
NickHK - 25 Jan 2006 03:01 GMT
SpookiePower,
MZ Tools have a good add-in that gives you various stats and adds a variety
of other enhancements.
http://www.mztools.com/
NickHK
> Is it possible to se how many lines of code that I have written
> in design mode ?