03-01-2007 01:34 PM
03-01-2007 02:11 PM
fred,
If your new template has multiple sheets, you need to set the active sheet before adding the new data. Use the "Excel Get Worksheet.vi" to do this.
03-01-2007 02:53 PM
Thank you so much. This works. You narrowly saved me tearing the last of my already sparse hair out.
Fred
03-01-2007 03:03 PM
Fred,
Glad to help. I recently went several rounds with the same problem. ![]()
03-01-2007 06:44 PM
03-02-2007 07:08 AM
03-04-2007 01:16 PM
Thanks Centerbolt
My files are quite big to email, but I will see if I can come up with something to send. In essence the problem involves plotting a spectrum of 4000points between say zero and 100MHz (on the X axis), and on the same graph plotting the limit line which is defined only from 30Mhz to 100MHz. The 3 columns of data come through from labview together( freq,spectrum,limit-line), with the limit line column showing zeros from 0-30MHz. At present excel plots all the zeros in the limit line column as well, whereas I only want it to show the line from 30-100MHz.
Perhaps I need to separate the limit line column from matching every frequency step of the spectrum data, and send it through to the excel sheet separately as a pair of columns specifying frequency and limit line amplitude only over the required (30-100MHz ) range defined- so that it can plot independently on the XY scatter plot.
I was trying to avoid having to go to this length by just having excel plot only non-zero values.