Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Getting information _out_ of word
Message
From
04/06/2001 13:12:33
 
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00514657
Message ID:
00514688
Views:
9
>>cAddress=oWord.ActiveDocument.Tables[1].Rows[1].cells[1].text

Stick a range in there before text and this one should work:

cAddress=oWord.ActiveDocument.Tables[1].Rows[1].cells[1].range().text

Tamar
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform