In this I have Gradient Rectangular how to get Path or Redial Types ?
Sub FillGradientRedial()
Dim Shp As Shape
Dim MyShp As Shape
For Each Shp In ActiveSheet.Shapes
Shp.Delete
Next
Set MyShp = ActiveSheet.Shapes.AddShape(msoShapeOval, 200, 200, 200, 200)
With...