Hallo everybody.
I have a little problem with WORD: I need to have document's number of
lines, but i dont' find anything.
I found only the insrtuction LINECOUNT, but it's available only for the
userforms.
Can you help me?

Guido

Re: Linecount by Greg

Greg
Tue Aug 23 11:58:20 CDT 2005

http://gregmaxey.mvps.org/Count_Lines_of_Text.htm


Re: Linecount by Doug

Doug
Tue Aug 23 11:58:48 CDT 2005

MsgBox ActiveDocument.BuiltInDocumentProperties(wdPropertyLines)


--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP
"Gù" <guidoautelli@alice.it> wrote in message
news:KsIOe.75217$2U1.3922552@news3.tin.it...
> Hallo everybody.
> I have a little problem with WORD: I need to have document's number of
> lines, but i dont' find anything.
> I found only the insrtuction LINECOUNT, but it's available only for the
> userforms.
> Can you help me?
>
> Guido
>



Re: Linecount by Gł


Tue Aug 23 12:30:18 CDT 2005

Thank you very much!!!!!

Guido