Words should counts words only inside the current section

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

Guest

It will be nice if Word was able to count words but only inside the current
section. As for instance with a big document in 3 parts (i.e. 3 sections)
Toc, core document and references. If I am only interested by the number or
words in the core document, I should be able to tick a selection box to ask
Word to restrict its counting to the current section of the document.
Et voila!
--
Pascal

----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.

http://www.microsoft.com/office/com...8b85fb&dg=microsoft.public.word.docmanagement
 
Pascal,

I have great news! Word can do exactly that and more!

To do this, highlight the section and or sentences you want counted, got to
Tools then Word Count….

And if you would like you can ask it to Include footnotes and endnotes, just
click the check box.

Michael
 
If you select text first, Word will only count the selection.

If you hit F8 five times, it will select the entire section (after going
through word, sentence, and paragraph)
 
Another way to select the current section would be "Edit > Goto" (Ctrl+G),
then type in \section

You can go to a specific section first (say Edit > Goto > Section: 3).

Regards,
Klaus
 
Oops, sorry...

If you use Edit > Goto, then choose "Bookmark" and type in \Section, it
should work.

\Section is a predefined bookmark.

Since those are badly documented, here's some info from Woody Leonhard's
(ancient) "Hacker's Guide to Word for Windows":

Other predefined bookmarks are \Char, \Cell, \Doc, \EndOfDoc, \EndOfSel,
\HeadingLevel, \Line, \Page, \Para, \PrevSel1, \PrevSel2, \Sel, \StartOfDoc,
\Table.

\PrevSel1 and \PrevSel2 are the last two edited locations.

In a { GoToButton } field, you'd have to double the backslash, since the
single backslash gets interpreted as a field switch:
{ GoToButton \\StartOfDoc Home }

Regards,
Klaus
 
Back
Top