G Guest Nov 18, 2005 #1 In the word count i thought there was a sentence count too. But there wasn't. How can i find the "sentence count"?
In the word count i thought there was a sentence count too. But there wasn't. How can i find the "sentence count"?
G Greg Maxey Nov 19, 2005 #2 This macro works nicely: Sub CountSentences() MsgBox ActiveDocument.ReadabilityStatistics(4).Value End Sub
This macro works nicely: Sub CountSentences() MsgBox ActiveDocument.ReadabilityStatistics(4).Value End Sub