View Single Post
 
Old 09-18-2019, 11:52 AM
kilroy kilroy is offline Windows 10 Office 2016
Competent Performer
 
Join Date: Sep 2016
Location: Southern Ontario
Posts: 122
kilroy is on a distinguished road
Default

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.
Reply With Quote