Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Okay, don't know if it's do-able but I'd like to have all my series with a
negative value be red and all positive be green. I tried something like this For i = 1 to SeriesNum SerVal = ActiveChart.Series(i).value If SerVal <0 then With Selection.Interior .ColorIndex = 3 .Pattern = xlSolid End With Else With Selection.Interior .ColorIndex = 3 .Pattern = xlSolid End With End if Next i It doesn't work. Am I going about this the wrong way? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Moving a line chart data point revises data table value in Excel ' | Charts and Charting in Excel | |||
Read Chart Point Values When Hover in 2007 | Excel Discussion (Misc queries) | |||
Is there a property to get the values for a point in a chart series? | Excel Programming | |||
Indexing Values to Same Starting Point for Relative Return Chart | Charts and Charting in Excel | |||
How to remove a data point in a chart? | Charts and Charting in Excel |