Thread: [Solved] Word help
View Single Post
 
Old 07-15-2016, 03:21 AM
emmanpelayo emmanpelayo is offline Windows 7 64bit Office 2010 64bit
Novice
 
Join Date: Jul 2015
Posts: 20
emmanpelayo is on a distinguished road
Default

Quote:
Originally Posted by macropod View Post
IIRC, the original code was for a document that had a final table after all the input tables. Therefore the macro was coded to ignore the last table. I also didn't notice that the 'Comments' cell was part of the table above. To handle the new arrangement, change:
If (i < 4) Or (i = .Tables.Count) Then Exit Sub
to:
If (i < 3) Then Exit Sub
I have one last request. I was hoping you could help again Paul... Please see the comment inserted. Thanks again!!!
Attached Files
File Type: docm DRAFT Mercy Report.docm (121.2 KB, 9 views)
Reply With Quote