Is there a way to see if document is empty with a table?

  • Hello,

    We have another weird problem.
    Ok have have some users that have created a document that only contains a single table row with hidden borders with no text. Now when you look at the document it looks blank, and in the old days if you did an .asansitext it would come back as '', but now with the new way you format ANSI text (which we are glad about by the way) it comes ASANSITEXT comes back as '#9#9#$D#$A', so my question is what is the proper way to see if there is actually any text in the document? .ISEMPTY returns false, which makes sense. And I can not just check for '#9#9#$D#$A', because what if they have two rows.