<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Excel Insert worksheet in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/Excel-Insert-worksheet/m-p/1746974#M611069</link>
    <description>&lt;P&gt;I can't open your VI since I'm using LV2009 but the way to close Excel is to use the _Application Quit method.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ben64&lt;/P&gt;</description>
    <pubDate>Thu, 20 Oct 2011 16:02:58 GMT</pubDate>
    <dc:creator>ben64</dc:creator>
    <dc:date>2011-10-20T16:02:58Z</dc:date>
    <item>
      <title>Excel Insert worksheet</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Excel-Insert-worksheet/m-p/1746894#M611052</link>
      <description>&lt;P&gt;I am having trouble trying to insert an excel worksheet from one workbook into another workbook. None of the excel functions seem to work for me and I am having a problem trying to find a good example. Basically what my program does is it will collect temperature data from an appliance over an hours time and then spit this data to an excel template which already has an implemented graph and a formula&amp;nbsp;chart. The graph that I am using is an older excel graph which cannot be changed. After the data is added to the excel spreadsheet, the excel graph will&amp;nbsp;update with the new data and&amp;nbsp;I run a few macros to process the data and save to&amp;nbsp;the formula&amp;nbsp;chart.&amp;nbsp;The issue though is, I don't know upfront how many tests I need to run so&amp;nbsp;I want to add a spreadsheet template (which has the&amp;nbsp;embedded graph and chart)&amp;nbsp;to the end of the workbook and follow the same data process from above. This will happen for as many tests as I need to run. Can anyone help me with this issue.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2011 15:28:53 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Excel-Insert-worksheet/m-p/1746894#M611052</guid>
      <dc:creator>breemb</dc:creator>
      <dc:date>2011-10-20T15:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Insert worksheet</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Excel-Insert-worksheet/m-p/1746966#M611067</link>
      <description>&lt;P&gt;I'm working on the attached vi, which in its current state will copy a sheet from an excel file to another bringing along the formatting, etc. &amp;nbsp;It copies fine, however I'm having trouble closing out Excel after the vi executes (which isn't a huge problem but I would like to solve it). &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can anyone shed some light as to why that is happeining?&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2011 15:57:17 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Excel-Insert-worksheet/m-p/1746966#M611067</guid>
      <dc:creator>CptZizu</dc:creator>
      <dc:date>2011-10-20T15:57:17Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Insert worksheet</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Excel-Insert-worksheet/m-p/1746974#M611069</link>
      <description>&lt;P&gt;I can't open your VI since I'm using LV2009 but the way to close Excel is to use the _Application Quit method.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ben64&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2011 16:02:58 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Excel-Insert-worksheet/m-p/1746974#M611069</guid>
      <dc:creator>ben64</dc:creator>
      <dc:date>2011-10-20T16:02:58Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Insert worksheet</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Excel-Insert-worksheet/m-p/1746978#M611070</link>
      <description>&lt;P&gt;Isn't that what this is? &amp;nbsp;Or am I using it in a wrong way?&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2011 16:04:40 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Excel-Insert-worksheet/m-p/1746978#M611070</guid>
      <dc:creator>CptZizu</dc:creator>
      <dc:date>2011-10-20T16:04:40Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Insert worksheet</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Excel-Insert-worksheet/m-p/1746982#M611071</link>
      <description>&lt;P&gt;We can't see from your picture what is referenced to the _Application quit method and also why you are using it twice. Is there an error reported?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ben64&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2011 16:08:29 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Excel-Insert-worksheet/m-p/1746982#M611071</guid>
      <dc:creator>ben64</dc:creator>
      <dc:date>2011-10-20T16:08:29Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Insert worksheet</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Excel-Insert-worksheet/m-p/1746990#M611073</link>
      <description>&lt;P&gt;I've opened 2 excel references, the original where I'd like the second excel sheet to merge into, and the one with the sheet to be merged. &amp;nbsp;Attached should be the whole vi so you can get a better idea.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Edit: &amp;nbsp;I do not get an error reported&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2011 16:10:25 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Excel-Insert-worksheet/m-p/1746990#M611073</guid>
      <dc:creator>CptZizu</dc:creator>
      <dc:date>2011-10-20T16:10:25Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Insert worksheet</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Excel-Insert-worksheet/m-p/1747006#M611074</link>
      <description>&lt;P&gt;Would it work to open Excel once, and choose different workbooks within that (for the different files)? &amp;nbsp;This is my first project with activeX so I have a bit of a learning curve, and I do appreciate the help.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2011 16:16:06 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Excel-Insert-worksheet/m-p/1747006#M611074</guid>
      <dc:creator>CptZizu</dc:creator>
      <dc:date>2011-10-20T16:16:06Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Insert worksheet</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Excel-Insert-worksheet/m-p/1747016#M611076</link>
      <description>&lt;P&gt;I think you should definitely use only one Excel._Application reference. A difference I noted is that in one of my vi I use the &amp;nbsp;_Workbook.Close method before closing the application.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ben64&lt;IMG src="http://forums.ni.com/t5/image/serverpage/image-id/56222iB4F5E36630C4AC27/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="ProjectView002.png" title="ProjectView002.png" align="center" /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2011 16:21:57 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Excel-Insert-worksheet/m-p/1747016#M611076</guid>
      <dc:creator>ben64</dc:creator>
      <dc:date>2011-10-20T16:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Insert worksheet</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Excel-Insert-worksheet/m-p/1747184#M611105</link>
      <description>&lt;P&gt;Thanks for the help ben64. &amp;nbsp;I've revised it to use only one Excel._Application reference, and added the _Workbook.Close method, but Excel stays open as one of the processes (the application itself is hidden). &amp;nbsp;Still works like a charm, just doesn't want to close out of Excel.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2011 18:13:03 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Excel-Insert-worksheet/m-p/1747184#M611105</guid>
      <dc:creator>CptZizu</dc:creator>
      <dc:date>2011-10-20T18:13:03Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Insert worksheet</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Excel-Insert-worksheet/m-p/1747190#M611106</link>
      <description>&lt;P&gt;Are you sure there is no error reported in the error cluster?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ben64&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2011 18:15:22 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Excel-Insert-worksheet/m-p/1747190#M611106</guid>
      <dc:creator>ben64</dc:creator>
      <dc:date>2011-10-20T18:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Insert worksheet</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Excel-Insert-worksheet/m-p/1747240#M611113</link>
      <description>&lt;P&gt;No error.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="http://forums.ni.com/t5/image/serverpage/image-id/56230i3E493FA13725F25A/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="noerror.png" title="noerror.png" align="center" /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2011 19:10:39 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Excel-Insert-worksheet/m-p/1747240#M611113</guid>
      <dc:creator>CptZizu</dc:creator>
      <dc:date>2011-10-20T19:10:39Z</dc:date>
    </item>
  </channel>
</rss>

