<?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 Help with with exporting Combo Chart to Excel in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-with-with-exporting-Combo-Chart-to-Excel/m-p/907617#M315255</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;&lt;/P&gt;&lt;P&gt;I know how to export data to excel in a table format however I'm trying to find a way to export a Combo chart I have created to excel as a bitmap or JPEG&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found a different post explaining how to use a Marco&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub ExportGraph()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dim vSheet&lt;/P&gt;&lt;P&gt;Set XLApp = CreateObject("Excel.Application")&lt;/P&gt;&lt;P&gt;XLApp.Visible = TRUE&lt;/P&gt;&lt;P&gt;Set XLDoc = XLApp.Workbooks.Add&lt;/P&gt;&lt;P&gt;vSheet = ""&lt;/P&gt;&lt;P&gt;vSheet = "Sheet1"&lt;/P&gt;&lt;P&gt;ActiveDocument.GetSheetObject("CH245").CopyBitmapToClipboard 'Copy the charts&lt;/P&gt;&lt;P&gt;XLDoc.Sheets(vSheet).Range("A" &amp;amp; 1).Select&lt;/P&gt;&lt;P&gt;XLDoc.Sheets(vSheet).Paste&lt;/P&gt;&lt;P&gt;Set XLDoc = Nothing&lt;/P&gt;&lt;P&gt;Set XLApp = Nothing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;End Sub &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However I can't get this to work as the line Set XLApp = CreateObject("Excel.Application") fails&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Jul 2015 08:14:46 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-07-21T08:14:46Z</dc:date>
    <item>
      <title>Help with with exporting Combo Chart to Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-with-exporting-Combo-Chart-to-Excel/m-p/907617#M315255</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;&lt;/P&gt;&lt;P&gt;I know how to export data to excel in a table format however I'm trying to find a way to export a Combo chart I have created to excel as a bitmap or JPEG&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found a different post explaining how to use a Marco&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub ExportGraph()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dim vSheet&lt;/P&gt;&lt;P&gt;Set XLApp = CreateObject("Excel.Application")&lt;/P&gt;&lt;P&gt;XLApp.Visible = TRUE&lt;/P&gt;&lt;P&gt;Set XLDoc = XLApp.Workbooks.Add&lt;/P&gt;&lt;P&gt;vSheet = ""&lt;/P&gt;&lt;P&gt;vSheet = "Sheet1"&lt;/P&gt;&lt;P&gt;ActiveDocument.GetSheetObject("CH245").CopyBitmapToClipboard 'Copy the charts&lt;/P&gt;&lt;P&gt;XLDoc.Sheets(vSheet).Range("A" &amp;amp; 1).Select&lt;/P&gt;&lt;P&gt;XLDoc.Sheets(vSheet).Paste&lt;/P&gt;&lt;P&gt;Set XLDoc = Nothing&lt;/P&gt;&lt;P&gt;Set XLApp = Nothing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;End Sub &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However I can't get this to work as the line Set XLApp = CreateObject("Excel.Application") fails&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2015 08:14:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-with-exporting-Combo-Chart-to-Excel/m-p/907617#M315255</guid>
      <dc:creator />
      <dc:date>2015-07-21T08:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: Help with with exporting Combo Chart to Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-with-exporting-Combo-Chart-to-Excel/m-p/907618#M315256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Left bottom of the "Edit Module" Screen.&lt;/P&gt;&lt;P&gt;Change the "Requested Module Security"&lt;/P&gt;&lt;P&gt;to System Access&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and "Current Local Security" to&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Allow System Access&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2015 09:14:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-with-exporting-Combo-Chart-to-Excel/m-p/907618#M315256</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2015-07-21T09:14:00Z</dc:date>
    </item>
    <item>
      <title>Re: Help with with exporting Combo Chart to Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-with-exporting-Combo-Chart-to-Excel/m-p/907619#M315257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help I've got it to work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I just check something, I've now changed these security settings in my document, when I upload this document to the production server will it retain these settings? I've seen the document properties there is a Macro Overide Security flag&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2015 10:10:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-with-exporting-Combo-Chart-to-Excel/m-p/907619#M315257</guid>
      <dc:creator />
      <dc:date>2015-07-21T10:10:31Z</dc:date>
    </item>
    <item>
      <title>Re: Help with with exporting Combo Chart to Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-with-exporting-Combo-Chart-to-Excel/m-p/907620#M315258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Honestly - I do not know.&lt;/P&gt;&lt;P&gt;From experience I do know that most of the macros does not work in production environment due to security.&lt;/P&gt;&lt;P&gt;Maybe somebody else shed some light...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2015 10:13:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-with-exporting-Combo-Chart-to-Excel/m-p/907620#M315258</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2015-07-21T10:13:33Z</dc:date>
    </item>
  </channel>
</rss>

