<?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: export to excel in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/export-to-excel/m-p/460981#M568022</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am getting Object required 'objExcel'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to resolve the above error?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My macro is given below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sub ExportBitmapExcel2&lt;BR /&gt;Set XLApp = CreateObject("Excel.Application")&lt;BR /&gt;XLApp.Visible = TRUE&lt;BR /&gt;Set XLDoc = XLApp.Workbooks.Add&lt;BR /&gt;j = ""&lt;BR /&gt;j = "Sheet1" &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ActiveDocument.GetSheetObject("CH02").CopyTableToClipboard true&lt;BR /&gt;objExcel.Selection.Paste&lt;BR /&gt;XLDoc.Sheets(j).Range("A" &amp;amp; 17).Select&lt;BR /&gt;XLDoc.Sheets(j).Paste&lt;BR /&gt;end sub&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;Can you please tell me how to resolve the above error when exporting chart to excel?&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Oct 2012 07:39:59 GMT</pubDate>
    <dc:creator>ssriramin19</dc:creator>
    <dc:date>2012-10-29T07:39:59Z</dc:date>
    <item>
      <title>export to excel</title>
      <link>https://community.qlik.com/t5/QlikView/export-to-excel/m-p/460979#M568020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; My requirement is that I have a combo chart.I have created a button for export to excel feature. I have written a macro for export to excel for chart. But when I export only the values from the combo chart is getting exported to excel Then chart is not getting exported to excel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me how to export the full chart with values when I click the button?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sriram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2012 06:56:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/export-to-excel/m-p/460979#M568020</guid>
      <dc:creator>ssriramin19</dc:creator>
      <dc:date>2012-10-29T06:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: export to excel</title>
      <link>https://community.qlik.com/t5/QlikView/export-to-excel/m-p/460980#M568021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to export the chart image then you need to use the CopyBitmapToClipboard function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ActiveDocument.GetSheetObject("CH01").CopyBitmapToClipboard &lt;/P&gt;&lt;P&gt;objExcel.Selection.Paste&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or perhaps &lt;A href="http://www.qvexcel.com/"&gt;qvexcel&lt;/A&gt; is what you need.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2012 07:21:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/export-to-excel/m-p/460980#M568021</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2012-10-29T07:21:00Z</dc:date>
    </item>
    <item>
      <title>Re: export to excel</title>
      <link>https://community.qlik.com/t5/QlikView/export-to-excel/m-p/460981#M568022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am getting Object required 'objExcel'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to resolve the above error?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My macro is given below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sub ExportBitmapExcel2&lt;BR /&gt;Set XLApp = CreateObject("Excel.Application")&lt;BR /&gt;XLApp.Visible = TRUE&lt;BR /&gt;Set XLDoc = XLApp.Workbooks.Add&lt;BR /&gt;j = ""&lt;BR /&gt;j = "Sheet1" &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ActiveDocument.GetSheetObject("CH02").CopyTableToClipboard true&lt;BR /&gt;objExcel.Selection.Paste&lt;BR /&gt;XLDoc.Sheets(j).Range("A" &amp;amp; 17).Select&lt;BR /&gt;XLDoc.Sheets(j).Paste&lt;BR /&gt;end sub&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;Can you please tell me how to resolve the above error when exporting chart to excel?&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2012 07:39:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/export-to-excel/m-p/460981#M568022</guid>
      <dc:creator>ssriramin19</dc:creator>
      <dc:date>2012-10-29T07:39:59Z</dc:date>
    </item>
    <item>
      <title>Re: export to excel</title>
      <link>https://community.qlik.com/t5/QlikView/export-to-excel/m-p/460982#M568023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sub ExportBitmapExcel2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set XLApp = CreateObject("Excel.Application")&lt;BR /&gt;XLApp.Visible = TRUE&lt;BR /&gt;Set XLDoc = XLApp.Workbooks.Add&lt;/P&gt;&lt;P&gt;j = "Sheet1" &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ActiveDocument.GetSheetObject("CH02").CopyBitmapToClipboard&lt;/P&gt;&lt;P&gt;XLDoc.Sheets(j).Range("A" &amp;amp; 17).Select&lt;BR /&gt;XLDoc.Sheets(j).Paste&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ActiveDocument.GetSheetObject("CH02").CopyTableToClipboard true&lt;/P&gt;&lt;P&gt;XLDoc.Sheets(j).Range("A" &amp;amp; 37).Select&lt;BR /&gt;XLDoc.Sheets(j).Paste&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;end sub&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2012 07:55:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/export-to-excel/m-p/460982#M568023</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2012-10-29T07:55:30Z</dc:date>
    </item>
    <item>
      <title>Re: export to excel</title>
      <link>https://community.qlik.com/t5/QlikView/export-to-excel/m-p/460983#M568026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The above macro with button works properly in local&amp;nbsp; system .But when publish the report in the axis point I could not able to see the button .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please help me how to get rid of the error so tha&amp;nbsp; I would be able to publish the report in the dev access point &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2012 05:28:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/export-to-excel/m-p/460983#M568026</guid>
      <dc:creator>ssriramin19</dc:creator>
      <dc:date>2012-10-30T05:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: export to excel</title>
      <link>https://community.qlik.com/t5/QlikView/export-to-excel/m-p/460984#M568029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can anyone help me how to resolve the above issue. This is very urgent for me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2012 08:15:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/export-to-excel/m-p/460984#M568029</guid>
      <dc:creator>ssriramin19</dc:creator>
      <dc:date>2012-10-30T08:15:19Z</dc:date>
    </item>
    <item>
      <title>Re: export to excel</title>
      <link>https://community.qlik.com/t5/QlikView/export-to-excel/m-p/460985#M568031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The error I am getting is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Macro parse failed .Functionality was lost.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AciveX component can't create object 'Excel.application'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone please help me how to resolve the above error &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2012 08:40:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/export-to-excel/m-p/460985#M568031</guid>
      <dc:creator>ssriramin19</dc:creator>
      <dc:date>2012-10-30T08:40:50Z</dc:date>
    </item>
    <item>
      <title>Re: export to excel</title>
      <link>https://community.qlik.com/t5/QlikView/export-to-excel/m-p/460986#M568035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are trying to run the macro without the plug-in, it is a verifed bug.&amp;nbsp; Install the plug-in, have the user select 'Enable all macros' upon set-up/login, and it will work. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2012 14:35:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/export-to-excel/m-p/460986#M568035</guid>
      <dc:creator />
      <dc:date>2012-10-30T14:35:06Z</dc:date>
    </item>
  </channel>
</rss>

