Thread
:
Working with selection.tables
View Single Post
02-24-2016, 10:58 PM
gmayor
Windows 10
Office 2016
Expert
Join Date: Aug 2014
Posts: 4,137
Delete the loop and set the table to Selection.Tables(1)
Code:
Dim Tbl as table Set Tbl = Selection.Tables(1)
__________________
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