View Single Post
 
Old 10-21-2016, 09:23 PM
rajsf123 rajsf123 is offline Windows 7 32bit Office 2010 32bit
Novice
 
Join Date: Oct 2016
Posts: 1
rajsf123 is on a distinguished road
Default 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.
Reply With Quote