Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Automation with Word
Message
From
17/04/2003 02:32:36
Jill Derickson
Software Specialties
Saipan, CNMI
 
 
To
09/01/2003 13:02:10
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00739840
Message ID:
00778734
Views:
10
>>All,
>>
>> Two questions about Automation with Word.
>>1. How do I determine which page of the document I am on?
>>
>
>This is tricky in Word because it doesn't really pay attention to pages until it needs to. However, you can use the Information method of the Range object. If oRange is a defined range, then this expression gives you the last page of the range:
>
>#DEFINE wdActiveEndPageNumber 3
>nLastPage = oRange.Information( wdActiveEndPageNumber )
>
>There's other information available that way, too.
>
>Tamar

Tamar, can you point me to a place where I can find out more about the information that can be retrieved this way?

I've gotten pretty far w/Word automation, thanks to your book, and the UT...thanks!

j
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform