Thread
: [Solved]
Permanently renaming a word table
View Single Post
09-07-2017, 06:41 AM
gmayor
Windows 10
Office 2016
Expert
Join Date: Aug 2014
Posts: 4,142
You could bookmark the tables then assign a variable to the table with the bookmark name e.g.
Code:
Dim oTable As Table Set oTable = ActiveDocument.Bookmarks("bmTableB").Range.Tables(1) oTable.Select
__________________
Graham Mayor - MS MVP (Word) (2002-2019)
Visit my web site for more programming tips and ready made processes
www.gmayor.com
gmayor
View Public Profile
Find all posts by gmayor