How to plot data from an array in a line chart !
This sounds simple, but challenged me. Using Excel VBA I have a 1-dimentional array containing fractions generated by dividing two numbers. I would like to feed the array content into series values of a line chart. HOWEVER, it should not be necessary to store values in a range first. Can this be done without use of ranges at all?
Thank you.
|