Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.docmanagement
Beach Lover Beach Lover is offline
external usenet poster
 
Posts: 64
Default Show word count of current word

I have Word count showing but it only gives me the total number of words in
the document. I need to know the word count for the particular word my
cursor is on. How can I get Word to show me that information?
  #2   Report Post  
Posted to microsoft.public.word.docmanagement
DeanH DeanH is offline
external usenet poster
 
Posts: 1,862
Default Show word count of current word

As far as I know Word does not ahve this function.
Try find replace and it will tell you how many occurances of replace happened.
Hope this helps.
DeanH

"Beach Lover" wrote:

I have Word count showing but it only gives me the total number of words in
the document. I need to know the word count for the particular word my
cursor is on. How can I get Word to show me that information?

  #3   Report Post  
Posted to microsoft.public.word.docmanagement
Dave[_2_] Dave[_2_] is offline
external usenet poster
 
Posts: 11
Default Show word count of current word

You could highlight all the document after the cursor, delete, look at the
wordcount, then click undo to replace the deleted text. not ideal but does
work.
--
Dave P


"Beach Lover" wrote:

I have Word count showing but it only gives me the total number of words in
the document. I need to know the word count for the particular word my
cursor is on. How can I get Word to show me that information?

  #4   Report Post  
Posted to microsoft.public.word.docmanagement
Jay Freedman Jay Freedman is offline
external usenet poster
 
Posts: 9,854
Default Show word count of current word

Beach Lover wrote:
I have Word count showing but it only gives me the total number of
words in the document. I need to know the word count for the
particular word my cursor is on. How can I get Word to show me that
information?


Put this macro in your Normal.dot or other global template
(http://www.gmayor.com/installing_macro.htm) and assign it to a keyboard
short cut or toolbar button
(http://www.word.mvps.org/FAQs/Custom...roToHotkey.htm or
http://www.word.mvps.org/FAQs/Custom...oToolbar.htm):

Sub CurrentWordNumber()
Dim myRange As Range
Dim myCount As Long
Set myRange = Selection.Range
myRange.Start = ActiveDocument.Range.Start
myCount = myRange.ComputeStatistics(wdStatisticWords)
MsgBox "Now at word " & myCount
End Sub

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.


Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
when opening calendar in Word, show current month on opening Michele Microsoft Word Help 1 August 11th 07 05:26 AM
get a word count and show the number above each word in doc. puzzledgma Microsoft Word Help 6 January 2nd 07 03:00 PM
why does the word count on a scanned document show as 0 shwmae Microsoft Word Help 4 October 4th 06 07:07 AM
count and show number of words in a line Ambrq Microsoft Word Help 0 November 23rd 05 04:25 AM
How to show the record count at the end of the merging document? tcptang Mailmerge 0 February 21st 05 01:31 AM


All times are GMT +1. The time now is 08:31 PM.

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"