View Single Post
 
Old 08-27-2019, 11:20 AM
scienceguy scienceguy is offline Windows 10 Office 2016
Advanced Beginner
 
Join Date: Feb 2019
Posts: 46
scienceguy is on a distinguished road
Default Ignore Table and Table Caption For Revisions Reply to Thread

Thanks, Greg, for the code. However, I was confused by your comment, "The code you posted shows nothing about "omitting" tables." I thought the following line would skip the paragraph if it was a table? No?

If Not wdDoc.Paragraphs(i).Range.Information(wdWithInTabl e)
Reply With Quote