Count a word...

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

Guest

Hello,
Is there a way to count the specific occurence of a word, not the words of
entire document (word count)?

Thanks,

Rookie.
 
Access said:
Hello,
Is there a way to count the specific occurence of a word, not the
words of entire document (word count)?

Thanks,

Rookie.

Open the Replace dialog. Type the word you want into the Find What box, and
type the code ^& in the Replace With box (if you can't remember the code,
click the More button, click in the Replace With box, click the Special
button, and select "Find What Text"). Click the Replace All button. A
message box will tell you the number of times Word replaced that word with
itself -- there won't be any visible change in the document.
 
Back
Top