Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Word Tables
Message
From
17/10/2000 14:13:18
 
 
To
17/10/2000 11:51:32
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00430372
Message ID:
00430453
Views:
8
>Does anyone now how to insert a value into a table on a Word document from VFP?
>
>Thanks
>KEv

Assuming you have an Automation connection to Word and that you have a reference to the table you're interested in in the variable oTable, you can do:

oTable.Cell[ nRow, nCol ].Range().InsertAfter("your text here")

If you need to know more about this, just ask.

Tamar
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform