Hi
can you tell me why the following lines of code return an error on 2007 & 2010 ?
it works fine on 2003.
1)
ActiveChart.ChartTitle.Text = Ctitle
2)
ActiveChart.SeriesCollection(2).ErrorBar Direction:=xlY, Include:=xlBoth, _
Type:=xlCustom, Amount:=rngINC...