Thread
:
Design macro insert number table rows
View Single Post
09-18-2019, 11:52 AM
kilroy
Windows 10
Office 2016
Competent Performer
Join Date: Sep 2016
Location: Southern Ontario
Posts: 122
That error is from the style line.
Change
If oTbl.Style = "Table Grid" Then
to
If oTbl.Style = "Protix Table" Then
I can't figure out how to get it to skip the first row. Right now it overwrites the "ID" in row one.
kilroy
View Public Profile
Find all posts by kilroy