slyguy
03-20-2015, 10:29 AM
Hi,
I have a script that picks up every table cell and replaces
Chr(9) & Chr(13) & Chr(7)
to Chr(7)
using activedocument.tables(t).cell(r,c).range.text
But in many cases, the revision marks that were in the document, disappear. I tried to use activedocument.tables(t).cell(r,c).range.revisions.count, if > 0, skip the replacement, but it doesn't work. I appreciate any suggestions.
Thoughts?
Thanks!
I have a script that picks up every table cell and replaces
Chr(9) & Chr(13) & Chr(7)
to Chr(7)
using activedocument.tables(t).cell(r,c).range.text
But in many cases, the revision marks that were in the document, disappear. I tried to use activedocument.tables(t).cell(r,c).range.revisions.count, if > 0, skip the replacement, but it doesn't work. I appreciate any suggestions.
Thoughts?
Thanks!