Conditional formatting

  • Thread starter Thread starter Brisbane Rob
  • Start date Start date
B

Brisbane Rob

I've followed the correspondence on conditional formatting on charts
with interest but is it possible to conditionally format a line chart
i.e. green above a certain value, red below that value?
 
If it can be done manually, it can be done in VBA. However, VBA isn't magic:
most things that can't be done manually also can't be done in VBA. The nice
thing about VBA is that it can automatically do many of the tedious,
repetitive things that we all hate to do.

Specifically, you could set up a VBA program which will conditionally format
elements of the chart, but only to the extent that they could be done by
hand.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Peltier Technical Services
Tutorials and Custom Solutions
http://PeltierTech.com/
_______
 
Back
Top