Hi, All..
I'm running one code like this :
Dim shape As Excel.shape
For Each shape In Sheets("Chart").Shapes
shape.Delete
Next
For Each shape In Sheets("Chart2").Shapes
shape.Delete
Next
For Each shape In Sheets("Chart3").Shapes
shape.Delete
Next
How do we make it simple by just one line of code , thank for any help,,
I'm running one code like this :
Dim shape As Excel.shape
For Each shape In Sheets("Chart").Shapes
shape.Delete
Next
For Each shape In Sheets("Chart2").Shapes
shape.Delete
Next
For Each shape In Sheets("Chart3").Shapes
shape.Delete
Next
How do we make it simple by just one line of code , thank for any help,,