Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to merge 2 cells out of 4 cells column
Message
 
To
17/01/2005 13:29:29
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00977799
Message ID:
00977846
Views:
20
Something like this:
......
* select the starting cell, row1,column2:
oWOrd.ActiveDocument.Tables(1).cell(1,2).select
wdcell=12
* add to selection two other cells
oWOrd.Selection.MoveEND(wdCell,2)
* Merge
oWOrd.Selection.Cells.Merge
......
>Hi
>
>I have a table in word document that I am populating. We set it out as 4 columns, at the end of a set we add more rows for user comments then go on to the next set of record.
>
>Here is the problem. When I insert new row, the row will have 4 columns. I want to merge teh first 2 column and add some text then merge the third and fourth columns and add some text and so on and on .
>
>I can merge the whole row, no problem but I have no idea how to merge 2 columns at the time in one row.
>
>Thanks
>Mo
Previous
Reply
Map
View

Click here to load this message in the networking platform