在excel VBA 中,如何设置A1:A50单元格批注的大小和位置?(批注背景为图片)
谢谢,可是运行到一半就不能继续了。Selection.ShapeRange.LockAspectRatio=msoFalse运行到此下面就不行了...
谢谢,可是运行到一半就不能继续了。 Selection.ShapeRange.LockAspectRatio = msoFalse 运行到此下面就不行了
展开
2011-01-08 · 知道合伙人软件行家
关注
展开全部
With Sheets(1).Range("A1:A50")
.Comment.Text ""
.Comment.Visible = True
.Comment.Shape.Fill.UserPicture _ '这是设置图片
"C:\Users\Administrator\Desktop\Snap1.jpg"
.Comment.Shape.IncrementLeft 96# '这是离左边距离
.Comment.Shape.IncrementTop 15# '这是离顶部距离
.Comment.Shape.ScaleWidth 2.16, msoFalse, msoScaleFromTopLeft '设置宽度
.Comment.Shape.ScaleHeight 2.25, msoFalse, msoScaleFromTopLeft '设置高度
End With
.Comment.Text ""
.Comment.Visible = True
.Comment.Shape.Fill.UserPicture _ '这是设置图片
"C:\Users\Administrator\Desktop\Snap1.jpg"
.Comment.Shape.IncrementLeft 96# '这是离左边距离
.Comment.Shape.IncrementTop 15# '这是离顶部距离
.Comment.Shape.ScaleWidth 2.16, msoFalse, msoScaleFromTopLeft '设置宽度
.Comment.Shape.ScaleHeight 2.25, msoFalse, msoScaleFromTopLeft '设置高度
End With
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询