打开文档后,按Alt+F11,在左边Porject下找到ThisDocument,右键插入模块,贴上下面的Sub Macro()For Each iShape In ActiveDocument.InlineShapesiShape.Height = iShape.Height * 0.25iShape.Width = iShape.Width * 0.25Next iShapeEnd Sub按F5运行一次就可以了。 相关文章: 2021-05-18 2021-12-26 2022-01-22 2021-12-26 2021-10-07 2021-11-26 2021-08-16 2021-04-17