Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 20
Default Conditional Formatting of Bar Charts

I've got a bar chart in an Excel 2007 worksheet that needs to have
bars colored conditionally. I can do this manually -- by clicking on
the Chart Format ribbon, then clicking on the bar, and then clicking
the "Fill Color" icon on the ribbon.

But surely there's a way to automate this?! The Conditional Formatting
feature is not available for charts. When I try to use the Macro
Recorder, this step simply doesn't get recorded.

I've spent a great deal of time with VBA, trying to find a chart bar
object of some kind with a Fill.BackColor property. I can't find one.
There's no "Shape" object within the Chart object or the ChartObjects
collection or any other such thing.

The closest I've gotten is the ClearFormats method of the
SeriesCollection.Point object, which does make the chart bar
transparent. But the Point object's Fill property is read only!

Help! Has anybody found a way to automate conditional color formatting
for bar chart bars?
  #2   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 461
Default Conditional Formatting of Bar Charts

Non-VBA:
Simple Conditional Charts
http://peltiertech.com/Excel/Charts/...nalChart1.html

VBA:
VBA Conditional Formatting of Charts by Value
http://peltiertech.com/WordPress/vba...arts-by-value/

Try the non-VBA technique first.

- Jon
-------
Jon Peltier
Peltier Technical Services, Inc.
http://peltiertech.com/



septimus wrote:
I've got a bar chart in an Excel 2007 worksheet that needs to have
bars colored conditionally. I can do this manually -- by clicking on
the Chart Format ribbon, then clicking on the bar, and then clicking
the "Fill Color" icon on the ribbon.

But surely there's a way to automate this?! The Conditional Formatting
feature is not available for charts. When I try to use the Macro
Recorder, this step simply doesn't get recorded.

I've spent a great deal of time with VBA, trying to find a chart bar
object of some kind with a Fill.BackColor property. I can't find one.
There's no "Shape" object within the Chart object or the ChartObjects
collection or any other such thing.

The closest I've gotten is the ClearFormats method of the
SeriesCollection.Point object, which does make the chart bar
transparent. But the Point object's Fill property is read only!

Help! Has anybody found a way to automate conditional color formatting
for bar chart bars?

  #3   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 20
Default Conditional Formatting of Bar Charts

Eureka! Thanks, Jon.


On Nov 5, 2:04*pm, Jon Peltier wrote:
Non-VBA:
Simple Conditional Chartshttp://peltiertech.com/Excel/Charts/ConditionalChart1.html

VBA:
VBA Conditional Formatting of Charts by Valuehttp://peltiertech.com/WordPress/vba-conditional-formatting-of-charts...

Try the non-VBA technique first.

- Jon
-------
Jon Peltier
Peltier Technical Services, Inc.http://peltiertech.com/

septimus wrote:
I've got a bar chart in an Excel 2007 worksheet that needs to have
bars colored conditionally. I can do this manually -- by clicking on
the Chart Format ribbon, then clicking on the bar, and then clicking
the "Fill Color" icon on the ribbon.


But surely there's a way to automate this?! The Conditional Formatting
feature is not available for charts. When I try to use the Macro
Recorder, this step simply doesn't get recorded.


I've spent a great deal of time with VBA, trying to find a chart bar
object of some kind with a Fill.BackColor property. I can't find one.
There's no "Shape" object within the Chart object or the ChartObjects
collection or any other such thing.


The closest I've gotten is the ClearFormats method of the
SeriesCollection.Point object, which does make the chart bar
transparent. But the Point object's Fill property is read only!


Help! Has anybody found a way to automate conditional color formatting
for bar chart bars?


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Conditional formatting on charts Maglez Excel Discussion (Misc queries) 2 October 9th 08 01:11 PM
VBA Conditional formatting of charts T-bone Charts and Charting in Excel 1 April 23rd 08 09:35 AM
Conditional Formatting for Charts Brian Reilly, MVP Charts and Charting in Excel 3 January 13th 08 01:50 AM
conditional formatting in charts Dan_Green Charts and Charting in Excel 2 March 1st 06 01:08 PM
Conditional formatting in Charts? Todd Charts and Charting in Excel 1 January 11th 05 06:32 PM


All times are GMT +1. The time now is 09:03 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"