网站首页
编程语言
数据库
系统相关
其他分享
编程问答
paraCount
2024-06-03
删除连续的空行
SubDeleteConsecutiveEmptyParagraphs()paraCount=ActiveDocument.Paragraphs.Countidx=2DoWhileidx<paraCountforward_Paragraph=Replace(Replace(ActiveDocument.Paragraphs(idx-1).Range.Text,"",""),vbT