Sub Circles()
Dim c As Range
Dim MyRng As Range
Set MyRng = Range("a1:a10")
Call RemoveCircles
For Each c In MyRng
If c.Value < Cells(1, 2) And c.Value <> "" Then
Set v = ActiveSheet.Shapes.AddShape(msoShapeOval, c.Left, c.Top, c.Width, c.Height)
v.Fill.Visible = msoFalse
v.Line.ForeColor.SchemeColor = 10
v.Line.Weight = 1.25
End If
Next
End Sub
هنا لا يضع على الفوارغ