> That command works on the active sheet. Are you sure the active sheet is
> what you think it is?
[quoted text clipped - 10 lines]
> >
> > Maciej
By default, a chart does not show hidden data. To change this, select
the chart, then go to the Options command on the Tools menu. On the
Chart tab, uncheck the Plot Visible Cells Only box.
- Jon
-------
Jon Peltier, Microsoft Excel MVP
Peltier Technical Services
http://PeltierTech.com/Excel/Charts/
_______
> hello John
> yes i think so - the problem is: when columns with data series are
[quoted text clipped - 17 lines]
>>>
>>>Maciej
Maciej - 18 Feb 2004 23:28 GMT
hi
ok it works manually but I have to generate this file automatically
using VBA macro so how can i set this chart option from VBA code level
??
Maciej
> By default, a chart does not show hidden data. To change this, select
> the chart, then go to the Options command on the Tools menu. On the
[quoted text clipped - 28 lines]
> >>>
> >>>Maciej
Jon Peltier - 19 Feb 2004 15:33 GMT
Macie -
I turned on the macro recorder, then did it manually. The recorder gave
me this (plus some other lines not relevant to this option):
With ActiveChart
.PlotVisibleOnly = False
End With
The recorder's good for little hints like this.
- Jon
-------
Jon Peltier, Microsoft Excel MVP
Peltier Technical Services
http://PeltierTech.com/Excel/Charts/
_______
> hi
> ok it works manually but I have to generate this file automatically
[quoted text clipped - 34 lines]
>>>>>
>>>>>Maciej
Maciej - 21 Feb 2004 15:05 GMT
Thx jon - that's what I want :-)
Maciej
> Macie -
>
[quoted text clipped - 52 lines]
> >>>>>
> >>>>>Maciej