How do I count how many sentences I have with word?

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

Guest

In the word count i thought there was a sentence count too. But there wasn't.
How can i find the "sentence count"?
 
This macro works nicely:
Sub CountSentences()
MsgBox ActiveDocument.ReadabilityStatistics(4).Value
End Sub
 

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