06-22-2011, 05:05 PM
I want to get word count for page 1 ,page 2 and so on.
How to get the words count based on the pages
If it's 5 pages i want words count for 1,2,3,4,5 pages details
I got the no of page count in msword
by using this
Got total Words count in msword also
wrdDoc.Words.Count
Thanks in advance
How to get the words count based on the pages
If it's 5 pages i want words count for 1,2,3,4,5 pages details
I got the no of page count in msword
by using this
Code:
noofpages = wrdDoc.BuiltInDocumentProperties("Number of pages")
Got total Words count in msword also
wrdDoc.Words.Count
Thanks in advance