- Код: Выделить всё
For Each P In ActiveDocument.Paragraphs
If P.PageBreakBefore = True Then P.PageBreakBefore = False
Next
Не сработало
Как правильно это сделать?
For Each P In ActiveDocument.Paragraphs
If P.PageBreakBefore = True Then P.PageBreakBefore = False
Next
with activedocument.range.find
.clearformatting
.execute "^m", ReplaceWith:=vbnullstring, Replace:=wdReplaceall
end with
Сейчас этот форум просматривают: Google-бот и гости: 44