<?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: How to obtain image from excel using activex in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/How-to-obtain-image-from-excel-using-activex/m-p/3237033#M941908</link>
    <description>&lt;P&gt;hi&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;can ur send me this Example labview8.2 format.&lt;/P&gt;</description>
    <pubDate>Sun, 10 Jan 2016 17:08:22 GMT</pubDate>
    <dc:creator>GokulGKM</dc:creator>
    <dc:date>2016-01-10T17:08:22Z</dc:date>
    <item>
      <title>How to obtain image from excel using activex</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-to-obtain-image-from-excel-using-activex/m-p/690392#M316559</link>
      <description>&lt;DIV&gt;The program I'm building first sends a jpeg to excel using the first attached vi.&amp;nbsp; What I need to be able to do is retrieve the image from said file using Activex.&amp;nbsp; It's fairly simple to retrieve individual strings and values&amp;nbsp;from cells, but I'm&amp;nbsp;not sure how to redisplay an image in LabVIEW once it's in excel.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Anyone know how to resolve this?&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;The first file I've attached shows how the image gets into excel - the usual way I gleamed from reading these boards.&lt;/DIV&gt;
&lt;DIV&gt;The second shows my vi retrieving a number from one of the cells in excel - not an image&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Thank you all for your help!&lt;/DIV&gt;</description>
      <pubDate>Wed, 16 Apr 2008 10:00:18 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-to-obtain-image-from-excel-using-activex/m-p/690392#M316559</guid>
      <dc:creator>AndrewAG</dc:creator>
      <dc:date>2008-04-16T10:00:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to obtain image from excel using activex</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-to-obtain-image-from-excel-using-activex/m-p/690529#M316609</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;P&gt;Hi AndrewAG,&lt;/P&gt;
&lt;P&gt;you can use the CopyPicture function. See the attached example. The cases with the yellow background should be interesting for you. First i use your function to add a picture ("the brain.jpg" from tst) into the first worksheet. Then i read it with the CopyFunction, so that it is available in the clipbord and then i read it from the clipboard to save it as (bmp, jpg or png), the example works with bmp. You have to clear the errors in the clipboard vi, but they are there because of i save it for LV80.&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;
&lt;P&gt;Mike&lt;/P&gt;</description>
      <pubDate>Wed, 16 Apr 2008 13:21:52 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-to-obtain-image-from-excel-using-activex/m-p/690529#M316609</guid>
      <dc:creator>MikeS81</dc:creator>
      <dc:date>2008-04-16T13:21:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to obtain image from excel using activex</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-to-obtain-image-from-excel-using-activex/m-p/691607#M317025</link>
      <description>&lt;DIV&gt;This is fantastic!&amp;nbsp; Thank you so very much.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;-AndrewAG&lt;/DIV&gt;</description>
      <pubDate>Thu, 17 Apr 2008 19:39:16 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-to-obtain-image-from-excel-using-activex/m-p/691607#M317025</guid>
      <dc:creator>AndrewAG</dc:creator>
      <dc:date>2008-04-17T19:39:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to obtain image from excel using activex</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-to-obtain-image-from-excel-using-activex/m-p/3237033#M941908</link>
      <description>&lt;P&gt;hi&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;can ur send me this Example labview8.2 format.&lt;/P&gt;</description>
      <pubDate>Sun, 10 Jan 2016 17:08:22 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-to-obtain-image-from-excel-using-activex/m-p/3237033#M941908</guid>
      <dc:creator>GokulGKM</dc:creator>
      <dc:date>2016-01-10T17:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to obtain image from excel using activex</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-to-obtain-image-from-excel-using-activex/m-p/3237043#M941915</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;GokulGKM a écrit&amp;nbsp;:&lt;BR /&gt;
&lt;P&gt;hi&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;can ur send me this Example labview8.2 format.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Have you ried to open it? The zip file indicate that it is in version 8.0, you should be able to open it with LabVIEW 8.2.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ben64&lt;/P&gt;</description>
      <pubDate>Sun, 10 Jan 2016 17:46:11 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-to-obtain-image-from-excel-using-activex/m-p/3237043#M941915</guid>
      <dc:creator>ben64</dc:creator>
      <dc:date>2016-01-10T17:46:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to obtain image from excel using activex</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-to-obtain-image-from-excel-using-activex/m-p/3237099#M941942</link>
      <description>&lt;P&gt;ya thanks i got solution....&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jan 2016 05:36:37 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-to-obtain-image-from-excel-using-activex/m-p/3237099#M941942</guid>
      <dc:creator>GokulGKM</dc:creator>
      <dc:date>2016-01-11T05:36:37Z</dc:date>
    </item>
  </channel>
</rss>

