Hi,
I'm using Excel 2007, and I'm looking to apply a radial gradient to a Shape object via the TwoColorGradient method. Unfortunately, it doesn't appear that the MsoGradientStyle enum has an option for a radial gradient. Here's the code I'm using:
Set shp = Sheet1.AddShape(msoShapeOval, 100...