LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I code LabView to graph multiple series in Excel?

"How do I plot multiple series in Excel if I have data x versus data y, and series 1 is from cell A2-A15 and B2-B5, series 2 is from A16-A29 and B16-B29, and series 3 is from A17-A30 and B17-B30 and so on and so forth (without using macro if possible)? Thanks
0 Kudos
Message 1 of 2
(2,509 Views)
Only a partial answer: I think this should be possible using ActiveX controls; the Knowledgebase includes a small example that returns the number of rows and columns. The file excelinfo.vi attached to that example is much more elaborate than shown in the Knowledgebase document; you can probably "extrapolate" from that.

Martin
0 Kudos
Message 2 of 2
(2,509 Views)