vba-对应单元格插入批注+底纹为图片
摘要:
Sub 对应插入批注图片() Dim x As Integer On Error Resume Next '错误跳过 For i = 1 To 2 Cells(i, 1).Comment.Delete '删除批注 Range("A" & i).AddComment Range("a" & i).Va 阅读全文
posted @ 2021-03-17 23:10 松梅 阅读(464) 评论(1) 推荐(0) 编辑