VBA ErrorBar method does not allow custom minusvalues

A

Alex

This does not work in Excel2007 VBA, but works in previous versions.


ActiveChart.SeriesCollection(1).ErrorBar Direction:=xlY, Include:= _
xlMinusValues, Type:=xlCustom, minusvalues:=Sheet4.Range("B2:B102")


Is there a workaround?
 
Top