Sub Test() Dim s As Shape For Each s In ActivePage.Shapes If s.Fill.Type <> cdrNoFill Then s.Transparency.ApplyFountainTransparency 0, 90, cdrRadialFountainFill End If Next sEnd Sub