Corrupt Table

M

Mike Faulkner

Hello
Windows XP
Office XP (SP3)

I would like to use VBA to test the integrity of a table. What VBA test(s)
should I perform on a table to identfy whether it is corrupt or not?

Any assitance would be appreciated.

Regards
Mike
 
M

Mike Faulkner

Jezebel

Many thanks for the reply. I still believe that is a Method out there
somewhere. Word broadcasts the presence of a corrupt table, annoyingly not
which one, but that a corrupt one exists.

Regards
Mike
 
J

Jonathan West

Mike Faulkner said:
Hello
Windows XP
Office XP (SP3)

I would like to use VBA to test the integrity of a table. What VBA test(s)
should I perform on a table to identfy whether it is corrupt or not?

Any assitance would be appreciated.

Do you have any particular variety of "corruption" in mind?


--
Regards
Jonathan West - Word MVP
www.intelligentdocuments.co.uk
Please reply to the newsgroup
Keep your VBA code safe, sign the ClassicVB petition www.classicvb.org
 
M

Mike Faulkner

Jonathan

If you convert a table-to-text-and-back again often the table contents is
'scattered' about in the new table. I'm informed that this does not
necessarily constitute a corrupt table. Tabs, Paragraph Markers & Fields etc.
may have caused this to happen.

When you do have a corrupt table Word broadcasts this when you open the
document. I would like to use this broadcast to process a large volume of
documents.

I appreciate your interest

Regards
Mike
 
M

Mike Faulkner

Jezebel

I am using an application called DocXtools by Microsystems. This Document
repair tool intercepts the Microsoft Word corrupt table Broadcast and
re-builds the corrupt table. They are not letting on how they do it. The code
is in DLLs.

Regards
Mike
 
J

Jezebel

And your question is?



Mike Faulkner said:
Jezebel

I am using an application called DocXtools by Microsystems. This Document
repair tool intercepts the Microsoft Word corrupt table Broadcast and
re-builds the corrupt table. They are not letting on how they do it. The
code
is in DLLs.

Regards
Mike
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top