Worksheet.ClearCircles method (Excel)
Clears circles from invalid entries on the worksheet.
Syntax
expression.ClearCircles
expression A variable that represents a Worksheet object.
Remarks
Use the CircleInvalid method to circle cells that contain invalid data.
Example
This example clears circles from invalid entries on worksheet one.
Worksheets(1).ClearCircles
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.