![]() |
#7
|
|||
|
|||
![]()
I figured it out for changing background. It seems to work. Any modifications suggested will be taken into consideration. Appreciate everyone who contributed.
Sub CopyBackground() Dim myCells As Range Dim celTable As Cell Dim I As Long Dim J As Long I = ActiveDocument.Tables(7).Rows.Count J = ActiveDocument.Tables(4).Rows.Count For N = 1 To I Set celTable = ActiveDocument.Tables(7).Cell(N, 3) ActiveDocument.Tables(4).Cell(N, 3).Shading.BackgroundPatternColor = celTable.Shading.BackgroundPatternColor Next N End Sub |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Linking excel table to powerpoint for easy update | atwood121 | PowerPoint | 0 | 05-11-2012 07:09 AM |
![]() |
RSchmidt | Word | 1 | 07-14-2011 04:27 PM |
Table update in running presentation | rumdrum | PowerPoint | 0 | 02-10-2011 01:28 PM |
![]() |
Lee | Word | 5 | 02-04-2011 12:59 PM |
Easy Update "Table of Contents" feature in Microsoft Word 2007 VS. Word 2010 | Xarzu | Word | 0 | 09-22-2010 06:54 PM |