<?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 excel in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Export-excel/m-p/307778#M113654</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Is the OCX set to system level macro access?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Jul 2011 13:44:44 GMT</pubDate>
    <dc:creator>m_woolf</dc:creator>
    <dc:date>2011-07-26T13:44:44Z</dc:date>
    <item>
      <title>Export excel</title>
      <link>https://community.qlik.com/t5/QlikView/Export-excel/m-p/307777#M113653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI all,&lt;/P&gt;&lt;P&gt;I use the following code to export tables objects to an excel sheet.&lt;/P&gt;&lt;P&gt;It works with Qlikview Desktop, when i try to export from IE9 (with the plug-in). I have this message : &lt;/P&gt;&lt;P&gt;Failure analysis of the macro. Functionality has been lost.&lt;/P&gt;&lt;P&gt;exportExcel&lt;/P&gt;&lt;P&gt;Error. An ActiveX component can not create object: 'Excel.Application'&lt;/P&gt;&lt;P&gt;The message box has "QlikOcx' as title. &lt;/P&gt;&lt;P&gt;Thanks for your help&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Gilles REMY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sub exportExcel&lt;BR /&gt; 'Open Excel&lt;BR /&gt; set XLApp = CreateObject("Excel.Application") ' Define Object&lt;BR /&gt; XLApp.Visible = True 'Visible set as true&lt;BR /&gt; set XLDoc = XLApp.Workbooks.Add 'Open new workbook&lt;/P&gt;&lt;P&gt; 'récupération tableau VL&lt;BR /&gt; set VL&amp;nbsp;&amp;nbsp;&amp;nbsp; = ActiveDocument.GetSheetObject("tableVL")&lt;BR /&gt; 'Copie du tableau dans la feuille Excel&lt;BR /&gt; set XLSheet = XLDoc.Worksheets(1) 'Select sheet where data should be pasted&lt;BR /&gt; VL.CopyTableToClipboard true 'Copy data to Clipboard&lt;BR /&gt; XLSheet.Paste XLSheet.Range("A1") 'Paste data into cell&lt;BR /&gt; &lt;BR /&gt; 'récupération tableau PL et INDUSTRIE&lt;BR /&gt; set PLI&amp;nbsp;&amp;nbsp; = ActiveDocument.GetSheetObject("tablePLI")&lt;BR /&gt; set XLSheet = XLDoc.Worksheets(1) 'Select sheet where data should be pasted&lt;BR /&gt; PLI.CopyTableToClipboard true 'Copy data to Clipboard&lt;BR /&gt; XLSheet.Paste XLSheet.Range("A28") 'Paste data into cell&lt;BR /&gt; &lt;BR /&gt; 'récupération tableau TOTAL&lt;BR /&gt; set TOTAL = ActiveDocument.GetSheetObject("tableTOTAL")&lt;BR /&gt; set XLSheet = XLDoc.Worksheets(1) 'Select sheet where data should be pasted&lt;BR /&gt; TOTAL.CopyTableToClipboard true 'Copy data to Clipboard&lt;BR /&gt; XLSheet.Paste XLSheet.Range("B52") 'Paste data into cell&lt;BR /&gt;end sub&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2011 12:59:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-excel/m-p/307777#M113653</guid>
      <dc:creator />
      <dc:date>2011-07-26T12:59:05Z</dc:date>
    </item>
    <item>
      <title>Export excel</title>
      <link>https://community.qlik.com/t5/QlikView/Export-excel/m-p/307778#M113654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Is the OCX set to system level macro access?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2011 13:44:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-excel/m-p/307778#M113654</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2011-07-26T13:44:44Z</dc:date>
    </item>
    <item>
      <title>Export excel</title>
      <link>https://community.qlik.com/t5/QlikView/Export-excel/m-p/307779#M113655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In the macro utilty, I have &lt;/P&gt;&lt;P&gt;Security level set to : System Access&lt;BR /&gt;Active Local Security&amp;nbsp; : Allow sytem access&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Gilles&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2011 14:17:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-excel/m-p/307779#M113655</guid>
      <dc:creator />
      <dc:date>2011-07-26T14:17:12Z</dc:date>
    </item>
    <item>
      <title>Export excel</title>
      <link>https://community.qlik.com/t5/QlikView/Export-excel/m-p/307780#M113656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Open the app from the accesspoint and press Shift+Ctrl+M to see how the macro security level is set.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2011 19:57:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-excel/m-p/307780#M113656</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2011-07-26T19:57:11Z</dc:date>
    </item>
    <item>
      <title>Export excel</title>
      <link>https://community.qlik.com/t5/QlikView/Export-excel/m-p/307781#M113657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;Hello&lt;/SPAN&gt; &lt;SPAN class="hps atn"&gt;Gilles-&lt;/SPAN&gt;REMY,&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;I had&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;this same problem&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;and only&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;solved&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;by uninstalling&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;and installing&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;office&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;again.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;Gleybson&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;Fernandes&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2011 14:56:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-excel/m-p/307781#M113657</guid>
      <dc:creator />
      <dc:date>2011-10-13T14:56:39Z</dc:date>
    </item>
  </channel>
</rss>

