Quote:
Originally Posted by fumei
Or (and I prefer this), if your tables are bookmarked you can point to a table by name
|
For that you'd use code like:
Code:
With ActiveDocument.Bookmarks("MyBookmark").Range.Tables(1)
'updating code goes here
End with
where "MyBookmark" is the table's bookmark name.