Hi
I want hidde all oval shape with filled color is RED
my Shape name is oval 1 , oval 2, oval 3 , and
..oval n
With this macro hide all shape
Dim i As Long
For i = 1 To ActiveSheet.Shapes.Count
ActiveSheet.Shapes.Range(Array("Oval " & i)).Visible = Not...