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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top