I need to find the number of pages in a word file but here is the trick.
I am not opening the file through the open statement.
I am using WORD objects. anyone know of any commands that could be used to make this happen?
thansk
Doug
Printable View
I need to find the number of pages in a word file but here is the trick.
I am not opening the file through the open statement.
I am using WORD objects. anyone know of any commands that could be used to make this happen?
thansk
Doug
I'll look for the code, but look under File -- Properties -- Statistics in Word it shows you how many pages are in the document. Getting the code to return this value is an option!!! I'll look for it and get back to you!!!
here a question that follows along the same thing...can VB save out each of the Word pages as a Bitmap or separate Doc file? thanks