Word Counting

  • Thread starter Thread starter Laura
  • Start date Start date
L

Laura

How do I find out how many words are in a report I wrote?
Thank you
LauraJane
 
Go to the Statistics tab of the Properties dialog (File>Properties in
versions before 2007; Office
Button>Prepare>Properties>DocumentProperties>Advanced Properties in 2007)

Or run a macro containing the following code:

MsgBox ActiveDocument.BuiltInDocumentProperties(wdPropertyWords)


--
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, originally posted via msnews.microsoft.com
 
With Word open right click the status bar at the bottom of the window and
select word count.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top