Flesch Kincaid Index?

P

Paddy

Felix Tang said:
Can MS Word calculate Flesch Kincaid Index or other readability index?

MS Word's Spell-Check can't even read English, so what hope does Flesch
Kincaid have???

:)

Paddy
 
G

Graham Mayor

Nonsense! You can add the readability scores by setting the option from
tools > spelling and grammar or from a macro eg

Sub Readability()
r10V = ActiveDocument.Content.ReadabilityStatistics(10).Value
r10n = ActiveDocument.Content.ReadabilityStatistics(10).Name
rdiv = " - "
ReadScore = r10n & rdiv & r10V
MsgBox ReadScore
End Sub


--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP


<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 
P

Paddy

You may have missed the smiley, Graham. It was a joke.

Paddy

Graham Mayor said:
Nonsense! You can add the readability scores by setting the option from
tools > spelling and grammar or from a macro eg
<snip>
 
P

Pat Garard

Well now Padraig,

A little light has given me the Dickens of an idea ...

Could you be Marley's ghost?
 

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

Top