word count in Endnotes and Footnotes

R

RobKinney1

Hello,

Does anyone know how to grab the word count from endnotes or footnotes in
VC++?

I have gotten this far:

endNoteObject = m_oDoc.GetEndnotes();
int counter = endNoteObject.GetCount(); // returns correct value

But I don't see an option to get the word count. I tried setting a range
with the Range object, but I cannot figure out how to get a word count out of
that either.

Thank you,

Rob K
 
Top