How I get color stops on a shape? I'm creating a tree flow chart, and I want to give them a gradient and I also want to change the gradient by percentage, so I want that one node is with 50% for the both color stops.
So the code that I have until now for the give a gradient pattern is:
QNode.Shapes(1).Fill.TwoColorGradient msoGradientVertical, 1
I was trying something like:
QNode.Shapes(1).Fill.Interior.Gradient.ColorStops.Add(0.66)
Not working...
Specification: Should work on 2003