D
Datasort
When I open a document I receive an error message regarding a corrupted table
I am trying to delete the corrupted table. I can’t even see the table but
the following line reveals that I have 2 in a document:
ActiveDocument.Tables.Count
When I use code to go to the table: ActiveDocument.Tables.items(1).select, I
move to down about 20 pages to the table. I can’t see the table but ASSUME
that it is selected. If I try ActiveDocument.Tables.items(1).delete then the
table is not deleted.
Any thought?
Thanks in advance,
Stewart Rogers
I am trying to delete the corrupted table. I can’t even see the table but
the following line reveals that I have 2 in a document:
ActiveDocument.Tables.Count
When I use code to go to the table: ActiveDocument.Tables.items(1).select, I
move to down about 20 pages to the table. I can’t see the table but ASSUME
that it is selected. If I try ActiveDocument.Tables.items(1).delete then the
table is not deleted.
Any thought?
Thanks in advance,
Stewart Rogers