greetings..
I'm currently working on a form using Excel VBA. The form displays graph of a certain area in a worksheet.
How do I create a multiple series chart, with one of the series being a line graph, and the rest being bar graphs? I currently use the multiple-dimension array method to immediately plot the data. All I can do now is plot in multiple bars.
Thanks in advance