![]() |
#2
约定的童话2022-03-14 06:49
|
VBA代码如下
ActiveSheet.Shapes.AddShape(msoShapeOval, 10,10,5,5).Select
Selection.ShapeRange.Name = "Shape_Oval"
Selection.ShapeRange.LockAspectRatio = msoTrue
Selection.Placement = xlFreeFloating
Selection.ShapeRange.Fill.Visible = msoFalse
With Selection.ShapeRange.Line
.Visible = msoTrue
.Weight = 2
.ForeColor.RGB = RGB(255, 192, 0)
.Transparency = 0
End With
只有本站会员才能查看附件,请 登录