Changing chart colours using VBA
With my limited knowledge, it seems that each number would need to be a
different series in order to change the color of each individual bar. Unless
your numbers are set up to have all negative numbers in one series and
positive in another.
If that is a possibility than changing the color of the bars is a matter of
recording a macro and cleaning it up.
Hope that at least gets you started.
"TommoUK" wrote:
Is it possible to change the colours of bars on a chart depending on the
value. For example, if a value is positive, colour the bar green, if
negative, colour it red. The 'invert if negative' check box within Excel sets
the bar to white if negative
|