N
nildesperandum
VB6 EXCEL2000
I am trying to automate plotting an XY curve from data contained in an
object. Basically there appears to be no way of transfering the
contents of an object into chart's x and y values (.XValues & .Values
respectively). Edited code below.
Source data from array dFrequency is placed in a collection (for good
reasons!):
Public FreqTable As New Collection
I am trying to automate plotting an XY curve from data contained in an
object. Basically there appears to be no way of transfering the
contents of an object into chart's x and y values (.XValues & .Values
respectively). Edited code below.
Source data from array dFrequency is placed in a collection (for good
reasons!):
Public FreqTable As New Collection