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
I want hide only red shape with macro
Download File :
http://www.sharefile.ir/uploads/1511404325.xlsx
Or
http://ge.tt/7MvyWRn2
tnx
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
HTML:
Dim i As Long
For i = 1 To ActiveSheet.Shapes.Count
ActiveSheet.Shapes.Range(Array("Oval " & i)).Visible = Not ActiveSheet.Shapes.Range(Array("Oval " & i)).Visible
Next i
I want hide only red shape with macro
Download File :
http://www.sharefile.ir/uploads/1511404325.xlsx
Or
http://ge.tt/7MvyWRn2
tnx