Getting chart series values from object values

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
 
T

Tushar Mehta

That is some seriously edited code... <g>

--
Regards,

Tushar Mehta
www.tushar-mehta.com
Business solutions leveraging technology
Microsoft Most Valuable Professional (MVP) 2000-2004
 
Top