Yes this is existing documents that need to be formatted according to the shop's specifications. Unfortunately they don't want to go to XML. Nonethless, the formatting would involve
1. moving from cell to cell, parsing English/French text
2. Moving cell to cell to formatting tables that span sometimes more than 500 pages (it is done using a do while loop/move next. I'm not sure if you have seen this before, but word does not like tables larger than a couple of pages!)
3. Find and replace (document is sometimes more than 1000 pages long)where the find and replace has to be done in a do while (not able to use the find replace all function).
What I am looking for is to be able to format the document using a Word API with functions like Word's find replace all. But, I need to be able to modify the find replace all function. Any suggestions?
Thanks in advance.