Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Has anyone had success with creating custom error bars in Excel 2007 from VBA?
In prior versions I was able to do so with ActiveChart.SeriesCollection(4).ErrorBar Direction:=xlY, Include:= _ xlPlusValues, Type:=xlCustom, Amount:="=MySheet!R2C17:R4C17" When I try that code in 2007 I get error 1004, Application-defined or object-defined error. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how to add error bars into bar chart | Charts and Charting in Excel | |||
Customise error bars on individual bars in a bar chart 2007 | Charts and Charting in Excel | |||
How to add error bars to 3-D chart | Excel Discussion (Misc queries) | |||
Trendline for chart with error bars | Charts and Charting in Excel | |||
Colouring error bars in a chart | Excel Programming |