Hello!
Tell me please,
maybe there is a solution so that I can use the recordset directly in the diagram?
Then, i receive data to it.
And, then, I want to attach it to the chart:
but, result is nothing.
Maybe you know another way?
Tell me please,
maybe there is a solution so that I can use the recordset directly in the diagram?
Code:
Dim vRS as Recordset '(ADODB)
And, then, I want to attach it to the chart:
Code:
ActiveSheet.ChartObjects(1).Chart.SeriesCollection.item(1).Values = vRS
Maybe you know another way?