dan_l
Active Member
This may be simple. Here's the set up:
I've 4 dynamic charts in a 'dashboard' kind of layout. The sources for the charts change based on vba. Each chart has it's own "display" flag to deal with a bunch of conditions where I won't want ot display the chart.
So, no data to display, some values I want to filter out, etc, the flag will throw 0.
During the print routine, I want to make excel hide the entire chart when the flag is 0. So whereas the output sheet will have 4 charts, if one of the flag is 0, I'll see only one.
I don't think there's a visible property for a chart. So I'm not sure what approach to take.
I've 4 dynamic charts in a 'dashboard' kind of layout. The sources for the charts change based on vba. Each chart has it's own "display" flag to deal with a bunch of conditions where I won't want ot display the chart.
So, no data to display, some values I want to filter out, etc, the flag will throw 0.
During the print routine, I want to make excel hide the entire chart when the flag is 0. So whereas the output sheet will have 4 charts, if one of the flag is 0, I'll see only one.
I don't think there's a visible property for a chart. So I'm not sure what approach to take.