Sub 清除圖片()
For Each im In ActiveSheet.Shapes
If im.Type = msoPicture Then im.Delete
Next
End Sub
見(jiàn)附件
取消確定