Q
Qaspec
I get the following error message when I try to run a sub in excel 2003:
"Runtime Error 91 Object Variable or With Block Variable Not Set"
I receive the error when the line gets to:
With ActiveChart.SeriesCollection(1)
I'm assuming the means that I need to check one of the libraries in the
references. If I'm incorrect or if anyone knows the correct library for the
SeriesCollection method, please let me know.
"Runtime Error 91 Object Variable or With Block Variable Not Set"
I receive the error when the line gets to:
With ActiveChart.SeriesCollection(1)
I'm assuming the means that I need to check one of the libraries in the
references. If I'm incorrect or if anyone knows the correct library for the
SeriesCollection method, please let me know.