Hi,
I'm writing a code that suppose to give new colors to a graph, how can i check in a ActiveChart.SeriesCollection(1) is exsist or not ?
For example: ActiveChart.SeriesCollection(1) is exsist but ActiveChart.SeriesCollection(5) sometimes is in the graph and sometimes not..
i want the vba to give a new color only if ActiveChart.SeriesCollection(5) is in the graph
Thanks,
Aviad
I'm writing a code that suppose to give new colors to a graph, how can i check in a ActiveChart.SeriesCollection(1) is exsist or not ?
For example: ActiveChart.SeriesCollection(1) is exsist but ActiveChart.SeriesCollection(5) sometimes is in the graph and sometimes not..
i want the vba to give a new color only if ActiveChart.SeriesCollection(5) is in the graph
Thanks,
Aviad