Sub Test() Dim sr As ShapeRange Set sr = ActivePage.FindShapes(Type:=cdrEllipseShape) sr.AddRange ActivePage.FindShapes(Type:=cdrRectangleShape) sr.ApplyFountainFill CreateRGBColor(255, 0, 0), CreateRGBColor(255, 255, 0), cdrRadialFountainFillEnd Sub