View Single Post
 
Old 10-22-2012, 08:52 AM
mpdsal mpdsal is offline Windows XP Office 2007
Novice
 
Join Date: Nov 2011
Posts: 19
mpdsal is on a distinguished road
Default Update Word table based on another table input

Greetings.

I am using Word 2010 and I want to perform the following action in a specific cell(s) within a Word table. My word doc contains 5 different tables. I will manually update the cells in table 5 but I want to automatically update the contents of table 3. For example:

Table 5, cell 3 (C3) contains the text "GREEN" with a green colored background. Table 5 has 12 rows and 3 columns. I want Table 3, cell 3 (C3) to be populated with the same text and format as Table 5 (C3).

In addition, I may add or delete a row from each table. Is there a way of using VBA to perform the update noted above AND count the rows on each pass so that it runs until it hits the last row whether the table contains 1 or n number of rows?

I hope I have stated this clearly enough. I can submit the document if that would help.

Thanks
Reply With Quote