Thread
:
Adding information from a array into a table
View Single Post
01-10-2014, 03:21 PM
macropod
Windows 7 32bit
Office 2010 32bit
Administrator
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,375
Simple:
Code:
With ActiveDocument.Tables(#) 'updating code goes here End with
where # is the table's index number.
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
macropod
View Public Profile
Find all posts by macropod