Office2019如何批量删除艺术字
如果你确认了是艺术字且不是嵌入型的,可以按Alt F11,打开VBA编辑窗口,放入下面这段代码:
Sub 删除艺术字() Dim sh As Shape For Each sh In ActiveDocument.Shapes If sh.Type ......
Sub 删除艺术字() Dim sh As Shape For Each sh In ActiveDocument.Shapes If sh.Type ......