Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello NG,
from a Visual Basic (6) project, I need to customize the error bar of a chart, to get a different value for each data point. In Excel, this is done with a range reference: ActiveChart.SeriesCollection(1*).ErrorBar Direction:=xlY, Include:= _ xlPlusValues, Type:=xlCustom, Amount:="=Hoja1!R1C3:R2C3" but I need to do this by VB code, in order to control a OLE-Chart. Reference to the datasheet-range is not working: oGraph.SeriesCollection(1).Err*orBar Direction:=xlY, Include:=xlBoth, _ Type:=xlCustom, Amount:=oGraph.Application.Dat*aSheet.Range("A1:A3 ") Any ideas? Thanks in advance (and sorry for crossposting) Miguel |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Customise error bars on individual bars in a bar chart 2007 | Charts and Charting in Excel | |||
error bars | Excel Discussion (Misc queries) | |||
Format Chart Bars with code? | Charts and Charting in Excel | |||
How to customize error bars by VB code? | Charts and Charting in Excel | |||
Looking for some source code for navigation bars | Excel Programming |