Hi
I'm trying to add series' to line-graphs "on-the-fly" using data retreived from Excel/VBA calls to an XLL.
There are no problems if I have a named range containing an array of the values I would like to plot and using VBA to add a NewSeries to the graph and set the .Values property of the series to my named range.
However, if I try to set the .Values property to the contents of a VBA array (returned by a call to a function in the XLL), I get errors.
Has anyone had any experience with this kind of problem?
Any help/re-direct would be appreciated.
I'm trying to add series' to line-graphs "on-the-fly" using data retreived from Excel/VBA calls to an XLL.
There are no problems if I have a named range containing an array of the values I would like to plot and using VBA to add a NewSeries to the graph and set the .Values property of the series to my named range.
However, if I try to set the .Values property to the contents of a VBA array (returned by a call to a function in the XLL), I get errors.
Has anyone had any experience with this kind of problem?
Any help/re-direct would be appreciated.