B
Brian Murphy
This is really weird.
I've got a basic XY chart with 4 series on it.
In VBA I'm having
SeriesCollection(2).Formula
and
SeriesCollection(3).Formula
both return the formula for series number 1.
Series numbers 1 and 4 work ok.
I tried changing the DisplayBlanksAs property, but it had no affect.
Does anyone know why this would happen?
It even does this in the immediate window, and in the Watches window.
Restarting excel made no difference. I'm using excel 2003.
Thanks,
Brian Murphy
I've got a basic XY chart with 4 series on it.
In VBA I'm having
SeriesCollection(2).Formula
and
SeriesCollection(3).Formula
both return the formula for series number 1.
Series numbers 1 and 4 work ok.
I tried changing the DisplayBlanksAs property, but it had no affect.
Does anyone know why this would happen?
It even does this in the immediate window, and in the Watches window.
Restarting excel made no difference. I'm using excel 2003.
Thanks,
Brian Murphy