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
 

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