How I can find a table start at thje doc

  • Hi;

    A have got a lot of documents. Some of contain only table, Some of contain only text, some of contain text and table. The docs are write by using Word and saved RTF format for compactibility.

    How can I find the table at the doc and write/read/formatting cell data?
    is it possible?

    Zekeriye Bozkurt.

  • Iterate from paragraph to paragraph:


    You could also take a look at CallForCurrentParagraphs function which has a useful callbackfunctiuon that iterates through each of the selected paragraphs.

    Hope this is of some help.

    Regards,

    Mark