R
rweide
I am building charts with data coming from a pivot table.
After the regular "CLEAR", "CHARTS.ADD", "TYPE",
and "DATASOURCE" statements, I came to the "SETDATA"
statment. But I kept receiving 'subscript out of range'
error that seems to come from the 3rd parameter of this
SETDATA line with chDimSeriesNames or chDimCategories as
the 1st parameter, and the number 0 as the 2nd parameter.
My question: what exactly is expected for the 3rd
parameter? Should I use chDataBound for the data source
if I use a pivot table?
Thanks.
After the regular "CLEAR", "CHARTS.ADD", "TYPE",
and "DATASOURCE" statements, I came to the "SETDATA"
statment. But I kept receiving 'subscript out of range'
error that seems to come from the 3rd parameter of this
SETDATA line with chDimSeriesNames or chDimCategories as
the 1st parameter, and the number 0 as the 2nd parameter.
My question: what exactly is expected for the 3rd
parameter? Should I use chDataBound for the data source
if I use a pivot table?
Thanks.