I see you have been working on this problem for a while
Would you consider a box rather than a circle?
Code:
Sub Macro1()
With Selection.Font.Borders(1)
.LineStyle = Options.DefaultBorderLineStyle
.LineWidth = Options.DefaultBorderLineWidth
.Color = Options.DefaultBorderColor
End With
End Sub