I am trying to learn how to set the gradient color of a bar on the chart
using VBA Access 2003 with reference to "Microsoft Graph 11.0 Object Library"
I can easily do this with one color using the Interior property below:
objGraph.SeriesCollection(1).Interior.Color = RGB(255, 0...