Q
QCC
If each line is its own paragraph (as I suspect it is)
then something like this will work:
For each para in activedocument.paragraphs
If left(para.range.text, [LENGTH OF STRING])=
[STRING] then para.range.delete
Next para
can not fine any function for it.
then something like this will work:
For each para in activedocument.paragraphs
If left(para.range.text, [LENGTH OF STRING])=
[STRING] then para.range.delete
Next para
which have certain code in de beginning of each line. i-----Original Message-----
can somebody help me to clean my document from lines
can not fine any function for it.