<?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 export picture in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/export-picture/m-p/528264#M197405</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am using macro to export chart image into excel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and it is working fine when i used it from Qlikview destop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but when i use the same macro on access point using IE Plug in&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is showing Qlikview Ocx message&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;macro not purged&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with error message 'unable to get insert picture class property'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;below is the syntex how i am using insert image to excel...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set p = objExcel.ActiveSheet.Pictures.Insert(strPath&amp;amp;"\"&amp;amp;imgname&amp;amp;"_"&amp;amp;strFileDate)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where i am passing imagename ,strpath,srtfiledate:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;strFileDate= strYear &amp;amp; "-" &amp;amp; strMonth &amp;amp; "-" &amp;amp; strDay &amp;amp; "-" &amp;amp; strHour &amp;amp; "-" &amp;amp; strMinute &amp;amp; "-" &amp;amp; strSecond&amp;amp;".bmp"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;strPath = wshShell.SpecialFolders("MyDocuments")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know how it will work in access point as there is no logical error as code is working in Qlikview Destop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on server allow macro is click even unsafe macro also click also allow in document level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Export i am using below expression:&lt;/P&gt;&lt;P&gt;chart.ExportBitmapToFile strPath&amp;amp;"\"&amp;amp;imgname&amp;amp;"_"&amp;amp;strFileDate&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 25 Aug 2013 18:43:55 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-08-25T18:43:55Z</dc:date>
    <item>
      <title>export picture</title>
      <link>https://community.qlik.com/t5/QlikView/export-picture/m-p/528264#M197405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am using macro to export chart image into excel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and it is working fine when i used it from Qlikview destop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but when i use the same macro on access point using IE Plug in&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is showing Qlikview Ocx message&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;macro not purged&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with error message 'unable to get insert picture class property'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;below is the syntex how i am using insert image to excel...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set p = objExcel.ActiveSheet.Pictures.Insert(strPath&amp;amp;"\"&amp;amp;imgname&amp;amp;"_"&amp;amp;strFileDate)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where i am passing imagename ,strpath,srtfiledate:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;strFileDate= strYear &amp;amp; "-" &amp;amp; strMonth &amp;amp; "-" &amp;amp; strDay &amp;amp; "-" &amp;amp; strHour &amp;amp; "-" &amp;amp; strMinute &amp;amp; "-" &amp;amp; strSecond&amp;amp;".bmp"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;strPath = wshShell.SpecialFolders("MyDocuments")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know how it will work in access point as there is no logical error as code is working in Qlikview Destop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on server allow macro is click even unsafe macro also click also allow in document level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Export i am using below expression:&lt;/P&gt;&lt;P&gt;chart.ExportBitmapToFile strPath&amp;amp;"\"&amp;amp;imgname&amp;amp;"_"&amp;amp;strFileDate&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Aug 2013 18:43:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/export-picture/m-p/528264#M197405</guid>
      <dc:creator />
      <dc:date>2013-08-25T18:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: export picture</title>
      <link>https://community.qlik.com/t5/QlikView/export-picture/m-p/528265#M197406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have the same (as yours)&amp;nbsp; version of Excel installed on the mashine where QV Server is hosted?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Aug 2013 19:35:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/export-picture/m-p/528265#M197406</guid>
      <dc:creator>whiteline</dc:creator>
      <dc:date>2013-08-25T19:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: export picture</title>
      <link>https://community.qlik.com/t5/QlikView/export-picture/m-p/528266#M197407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Macro run on client machine so i do not think it will create any issue .&lt;/P&gt;&lt;P&gt;i have excel 2007 on my machine.pls update me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Aug 2013 08:15:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/export-picture/m-p/528266#M197407</guid>
      <dc:creator />
      <dc:date>2013-08-26T08:15:33Z</dc:date>
    </item>
  </channel>
</rss>

