Adjusting Chart Source Data in VBA
Posted by Mike on January 05, 2002 11:06 AM
What would it take to shift the source data range for a chart to the left or right in VBA? For example, lets say I graph some data in a range from C3 to E7 and I want to shift the range to B3 to E6. I don't want to move the data, I need to change where the chart looks for the data.
Thanks...Mike