Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Count word pages
Message
From
05/04/2007 11:33:16
 
 
To
05/04/2007 11:07:17
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
01212518
Message ID:
01212537
Views:
18
This message has been marked as the solution to the initial question of the thread.
>Is there a way to determine the number of pages in a Word document? I'd like to test the number of pages to see if I need to run a shrink to fit function.
>
>Something like:
>
>if oWord.numpages > 1
> oWord.ActiveDocument.FitToPages()
>endif


oWord= CreateObject( "Word.Application" )
oDoc = oWord.Documents.Open( m.TFILE_NAME )
lnPageCount = oDoc.ComputeStatistics(2)
In the End, we will remember not the words of our enemies, but the silence of our friends - Martin Luther King, Jr.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform