Thread
: [Solved]
VBA convert to table - format Column 1
View Single Post
01-29-2021, 05:26 AM
gmayor
Windows 10
Office 2016
Expert
Join Date: Aug 2014
Posts: 4,144
copy the lines
Code:
For Each oBorder In .Borders oBorder.LineStyle = wdLineStyleNone Next oBorder
from the .Columns(2) section, to the .Columns(1) section
__________________
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