B
bmurphy
I have a macro that modifies the position of chart point datalabels.
When changing the .Top property I get an "overflow" run time error,
but then in debug mode I can step through the offending statement and
don't get the error.
curve.Points(i).DataLabel.Top = curve.Points(i).DataLabel.Top - 3
This very old code that runs in all earlier versions of Excel.
Grrrrrr!
Does anyone know what to do about this?
Thanks,
Brian Murphy
When changing the .Top property I get an "overflow" run time error,
but then in debug mode I can step through the offending statement and
don't get the error.
curve.Points(i).DataLabel.Top = curve.Points(i).DataLabel.Top - 3
This very old code that runs in all earlier versions of Excel.
Grrrrrr!
Does anyone know what to do about this?
Thanks,
Brian Murphy