C
chaekri
I am using Word 2003 on Windows XP SP2. I want to join or merge tables column
wise using Word VBA. To be more clear I can explain with an example. I have
three tables say table 1 with one column and two rows, table 2 with one
column and four rows, and table3 with one column and four rows. I want the
consolidated (after merging or joining) table to have two columns and two
rows like below.
---------------------------------|------------------------table2
<start>---------------------
|--------------------------------------------------------------
table1 1st row
|--------------------------------------------------------------
|--------------------------------------------------------------
---------------------------------|--------table2 <end>---------------table3
<start>-------
|--------------------------------------------------------------
table1 2nd row
|--------------------------------------------------------------
|--------------------------------------------------------------
---------------------------------|-------------------------table3
<end>---------------------
(first column will have two rows from table1, second column will have table
2 adjacent to the first row of the first column, and table 3 adjacent to the
second row of the first column)
wise using Word VBA. To be more clear I can explain with an example. I have
three tables say table 1 with one column and two rows, table 2 with one
column and four rows, and table3 with one column and four rows. I want the
consolidated (after merging or joining) table to have two columns and two
rows like below.
---------------------------------|------------------------table2
<start>---------------------
|--------------------------------------------------------------
table1 1st row
|--------------------------------------------------------------
|--------------------------------------------------------------
---------------------------------|--------table2 <end>---------------table3
<start>-------
|--------------------------------------------------------------
table1 2nd row
|--------------------------------------------------------------
|--------------------------------------------------------------
---------------------------------|-------------------------table3
<end>---------------------
(first column will have two rows from table1, second column will have table
2 adjacent to the first row of the first column, and table 3 adjacent to the
second row of the first column)