Dose wordcount count each word? or just those over 3 letters?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would like to know weather the wordcount counts each seperate word
(including words such as a, i, am, and, so, he, the and so on) or weather it
discounts such words and only 'proper' word attribute to the wordcount (such
as: hello, wordcount, attribute, microsoft and so on). If somebody knows the
awnser could you please let me know. Thankyou for your time.
 
It counts all of them - copy your list to a Word document and count them!

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 
Elifdurur shared this with us in microsoft.public.word.docmanagement:
Thankyou. It it possibel to make it just count word that have four or
more characters?

Possible? Yes.
Easy? No.

It would require that *you* *program* something in VBA.

--
Amedee Van Gasse using XanaNews 1.17.5.7
If it has an "X" in the name, it must be Linux?

How To Ask Questions The Smart Way

How to Report Bugs Effectively
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html
Only ask questions with yes/no answers if you want "yes" or "no" as the
answer.
http://homepages.tesco.net/~J.deBoynePollard/FGA/questions-with-yes-or-n
o-answers.html
 
Has it been done before? If so can you just add it into your copy of word -
or something like that. I think it would be really usefull tool to have.
Anybody know anything else about it? Thanks for all your great help. and
quick replys - thankyou so much
 
Elifdurur said:
Has it been done before? If so can you just add it into your copy of word -
or something like that. I think it would be really usefull tool to have.
Anybody know anything else about it? Thanks for all your great help. and
quick replys - thankyou so much
 
Hi,

You can search using wildcards.
In the "Find" dialog box make sure "use wildcards" is ticked.
Enter the search string:
<[A-z][A-z][A-z][A-z]
Then click on "Find in entire document"
And Word will report how many words with 4 letters and above there are in
the document.

Hope this helps,
David
 
Great tip-Big help, thx

DXMach said:
Hi,

You can search using wildcards.
In the "Find" dialog box make sure "use wildcards" is ticked.
Enter the search string:
<[A-z][A-z][A-z][A-z]
Then click on "Find in entire document"
And Word will report how many words with 4 letters and above there are in
the document.

Hope this helps,
David


Elifdurur said:
Has it been done before? If so can you just add it into your copy of word -
or something like that. I think it would be really usefull tool to have.
Anybody know anything else about it? Thanks for all your great help. and
quick replys - thankyou so much
 
Yes, such a great tip, DXMach. I love the "Find/Replace" feature, and this
just confirms my enthusiasm again. But the full gratitude goes to people
like you who care enough about others to help. Thanks!

DTews said:
Great tip-Big help, thx

DXMach said:
Hi,

You can search using wildcards.
In the "Find" dialog box make sure "use wildcards" is ticked.
Enter the search string:
<[A-z][A-z][A-z][A-z]
Then click on "Find in entire document"
And Word will report how many words with 4 letters and above there are in
the document.

Hope this helps,
David


Elifdurur said:
Has it been done before? If so can you just add it into your copy of word -
or something like that. I think it would be really usefull tool to have.
Anybody know anything else about it? Thanks for all your great help. and
quick replys - thankyou so much

:

Elifdurur shared this with us in microsoft.public.word.docmanagement:

Thankyou. It it possibel to make it just count word that have four or
more characters?

Possible? Yes.
Easy? No.

It would require that *you* *program* something in VBA.

--
Amedee Van Gasse using XanaNews 1.17.5.7
If it has an "X" in the name, it must be Linux?

How To Ask Questions The Smart Way

How to Report Bugs Effectively
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html
Only ask questions with yes/no answers if you want "yes" or "no" as the
answer.
http://homepages.tesco.net/~J.deBoynePollard/FGA/questions-with-yes-or-n
o-answers.html
 
Back
Top