G
Guest
I have this piece of code:
ActiveChart.SeriesCollection(1).DataLabels.Select
I would like to know if it is possible to change the line so it would select
multiple SeriesCollections at once. Is there something like a
SeriesCollection(all) or (*) or...
Thanks
ActiveChart.SeriesCollection(1).DataLabels.Select
I would like to know if it is possible to change the line so it would select
multiple SeriesCollections at once. Is there something like a
SeriesCollection(all) or (*) or...
Thanks