Excel 怎样利用VBA批量修改图片名称

如题所述

'更换图片名称
Private Sub SetPicName()
Dim Pic As Object

Set Pic = ActiveSheet.Shapes("图片 6")
Pic.Name = "图片 2"
Set Pic = Nothing
End Sub
温馨提示:内容为网友见解,仅供参考
无其他回答
相似回答