Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Word
Message
From
30/04/2004 14:35:07
 
 
To
30/04/2004 11:48:32
Bhavesh Desai
Apex Softcell (India) Pvt. Ltd.
India
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Re: Word
Miscellaneous
Thread ID:
00899809
Message ID:
00899888
Views:
19
>Hi ,
>
> I am trying to create a table of 5 Rows and 2 Columns in word by using ole automation from VFP and then inserting values into the same. Then after that I try to create another independent table of 10 Rows and 6 columns , however I am unable to do so. Can anyone help me out.
>

Make sure that when you go to insert the second table, the Range variable you pass isn't the range containing the first table. When you're done processing the first table, do something like:

oRange.Collapse(0)
oRange.InsertAfter(CHR(13))
oRange.Collapse(0)

Tamar
Previous
Reply
Map
View

Click here to load this message in the networking platform