A lot of chart stuff only works on on a selected chart: try selecting the
chart first. For a test, select a chart (click on it so that its handles
show), then run this
Sub Test()
Msgbox ActiveChart.SeriesCollection.Count
End Sub
HTH,
Bernie
Bill said:
I have tried that before and I tried it again. However it says "Count
That works and I have subsequently solved the problem. thanks
----- Bernie Deitrick wrote: -----
Bill,
A lot of chart stuff only works on on a selected chart: try selecting the
chart first. For a test, select a chart (click on it so that its handles
show), then run this
Sub Test()
Msgbox ActiveChart.SeriesCollection.Count
End Sub
HTH,
Bernie
Bill said:
I have tried that before and I tried it again. However it says "Count
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.