P Paddy Mar 24, 2007 #2 Felix Tang said: Can MS Word calculate Flesch Kincaid Index or other readability index? Click to expand... MS Word's Spell-Check can't even read English, so what hope does Flesch Kincaid have??? Paddy
Felix Tang said: Can MS Word calculate Flesch Kincaid Index or other readability index? Click to expand... MS Word's Spell-Check can't even read English, so what hope does Flesch Kincaid have??? Paddy
G Graham Mayor Mar 24, 2007 #3 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 My web site www.gmayor.com <>>< ><<> ><<> <>>< ><<> <>>< <>><<>
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 My web site www.gmayor.com <>>< ><<> ><<> <>>< ><<> <>>< <>><<>
P Pat Garard Mar 24, 2007 #4 G'Day Felix, I like the (free) addin: "Bullfighter", see: http://www.fightthebull.com/bullfighterfaq.asp AND http://www.fightthebull.com/bullfighter.asp. It works well with Office 2002 (Xp) and 2003. It worked with B2TR, but I don't know about the final release of Office 2007.
G'Day Felix, I like the (free) addin: "Bullfighter", see: http://www.fightthebull.com/bullfighterfaq.asp AND http://www.fightthebull.com/bullfighter.asp. It works well with Office 2002 (Xp) and 2003. It worked with B2TR, but I don't know about the final release of Office 2007.
P Paddy Mar 25, 2007 #5 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 Click to expand... <snip>
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 Click to expand... <snip>
P Pat Garard Mar 25, 2007 #7 Well now Padraig, A little light has given me the Dickens of an idea ... Could you be Marley's ghost?
Well now Padraig, A little light has given me the Dickens of an idea ... Could you be Marley's ghost?