F
filo666
I'm runing a macro that eliminates all the paragraphs that start with ++, the
code brakes down when I have paragraphs with no information (any letters or
characters, like if the enter key was pressed), I though about
if ativedocument.paragraphs(n).range="" then
paragraphs(n).delete
end if
and the for structure could continue
but it didn't work out
any suggestions??
TIA
code brakes down when I have paragraphs with no information (any letters or
characters, like if the enter key was pressed), I though about
if ativedocument.paragraphs(n).range="" then
paragraphs(n).delete
end if
and the for structure could continue
but it didn't work out
any suggestions??
TIA