R
R Vaughn
I am trying to set up a message box that will display the source range for a
series in a line graph. I get a "Run-time error 438" with the following
code. What is wrong?
ChartObjects(1).Select
x = ChartObjects(1).SeriesCollection(5).Values
MsgBox (x)
series in a line graph. I get a "Run-time error 438" with the following
code. What is wrong?
ChartObjects(1).Select
x = ChartObjects(1).SeriesCollection(5).Values
MsgBox (x)