Bug fix needed: ReadabilityStatistics(8).Value always reports zer.

A

Alan Stinchcombe

Unlike other members of the ReadabilityStatistics collection, the following
code always reports zero percent and disagrees with Readability Statistics’
Passive Sentences reported after Spelling and Grammar:
Sub TestPassiveSentences()
MsgBox ActiveDocument.ReadabilityStatistics(8).Name & vbTab & _
ActiveDocument.ReadabilityStatistics(8).Value & " %"
End Sub

Could someone fix this please?

----------------
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...364f8d48&dg=microsoft.public.word.vba.general
 
Top