Copy text from one table to another table in word document
Dear all,
I really appreciate your help on this issue, as I am VBA beginner.
Question: In my word document, I have 2 tables.
Table 1: 4 Rows and 5 columns
Table 2: 4 Rows and 3 columns
I would like to auto-populate what ever text that I enter in
table 1, R1XC1 to table 2, R1XC1
table 1, R2XC1 to table 2, R2XC1
table 1, R3XC1 to table 2, R3XC1
and so on...
I appreciate if you can provide VBA code on this.
|