Discussion:
Page Counter
(too old to reply)
Steve Schroeder
2007-10-17 18:16:57 UTC
Permalink
I have several different folders all in one main dir, that have approx 3000
different documents. What I need is some sort of program that will go
through every folder and do a running total of how many pages we have in
word documents.
(IE if we have three documents in three folders and are 2 pages each. I
want it to tell me there are 6 pages.

Anyone know of a program that can do this ?
Anand.V.V.N
2007-11-08 11:58:03 UTC
Permalink
Do go through this link should help you solve the first part of your program.
http://www.freevbcode.com/ShowCode.asp?ID=993
As per the counting the number of pages in the documents. Have one variable
to store total number of pages,open each document, count the number of pages
and add it to the total number of pages.
I hope this is helpful
Anand
--
"Who will guard the guards?"
Post by Steve Schroeder
I have several different folders all in one main dir, that have approx 3000
different documents. What I need is some sort of program that will go
through every folder and do a running total of how many pages we have in
word documents.
(IE if we have three documents in three folders and are 2 pages each. I
want it to tell me there are 6 pages.
Anyone know of a program that can do this ?
Loading...