how do i copy/paste readability statistics?

D

Doug Robbins

If you run a macro containing the following code, it will append the
readability statistics to the end of the documnet

Dim rs As ReadabilityStatistic

With ActiveDocument
For Each rs In .ReadabilityStatistics
.Range.InsertAfter rs.Name & " - " & rs.Value & vbCr
Next rs
End With


--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP
 
H

Hi Ho Silver

I have done this with Alt-PrtScr, and then doing a Paste into whever I want
the readability statistics window, say into another Word document. Of
course, this just pastes the stat window as a Picture and the individual
stats are not accessible or changeable, but that has been all I needed at
that time.
 

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