Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Word objects
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01444602
Message ID:
01444621
Views:
42
answer

oWord = CREATEOBJECT('word.application')
oWord.Visible= .T.
od= oWord.documents.open("c:d\tax\stmt2.doc")
oshape =oWord.ActiveDocument.Shapes
otable =oshape.Item(1)
oT =oshape.Item(1)
ot.Select
oWord.Selection.Tables(1).Select
oWord.Selection.Copy
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform