Sub 清除图片()
For Each im In ActiveSheet.Shapes
If im.Type = msoPicture Then im.Delete
Next
End Sub
见附件
取消确定