G
Guest
I am trying to select a range for chart data. Can someone enlighten me why
the following line does not work:
ActiveChart.SeriesCollection(1).XValues = _
Sheets("8 count noif ").Range(Cells(5, 11), Cells(12, 11))
Thank you!
the following line does not work:
ActiveChart.SeriesCollection(1).XValues = _
Sheets("8 count noif ").Range(Cells(5, 11), Cells(12, 11))
Thank you!