<?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 How can I Export multiples charts to excel in the same workbook in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-can-I-Export-multiples-charts-to-excel-in-the-same-workbook/m-p/460407#M567706</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi dears..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have multiples charts that i need to export to a one workbook but in differents sheets.&lt;/P&gt;&lt;P&gt;I have Office 2010 and the examples i had found didnt work for me...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Nov 2012 23:11:15 GMT</pubDate>
    <dc:creator>angelaecheverri</dc:creator>
    <dc:date>2012-11-22T23:11:15Z</dc:date>
    <item>
      <title>How can I Export multiples charts to excel in the same workbook</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-Export-multiples-charts-to-excel-in-the-same-workbook/m-p/460407#M567706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi dears..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have multiples charts that i need to export to a one workbook but in differents sheets.&lt;/P&gt;&lt;P&gt;I have Office 2010 and the examples i had found didnt work for me...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Nov 2012 23:11:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-Export-multiples-charts-to-excel-in-the-same-workbook/m-p/460407#M567706</guid>
      <dc:creator>angelaecheverri</dc:creator>
      <dc:date>2012-11-22T23:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: How can I Export multiples charts to excel in the same workbook</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-Export-multiples-charts-to-excel-in-the-same-workbook/m-p/460408#M567707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use a macro. You can find an flexible example &lt;A href="http://www.qlikblog.at/971/qliktip-32-exporting-multiple-objects-single-excel-document/"&gt;here&lt;/A&gt;. Or you can try something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub Exp2XL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set XL = CreateObject("Excel.Application")&lt;/P&gt;&lt;P&gt;set WB = XL.Workbooks.Add&lt;BR /&gt;set SH1 = WB.Worksheets(1)&lt;BR /&gt;set SH2 = WB.Worksheets(2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ActiveDocument.GetSheetObject("CH01").CopyTableToClipboard true&lt;BR /&gt;SH1.Paste SH1.Range("A1")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ActiveDocument.GetSheetObject("CH02").CopyTableToClipboard true&lt;BR /&gt;SH2.Paste SH2.Range("A1")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;End Sub&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Nov 2012 11:44:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-Export-multiples-charts-to-excel-in-the-same-workbook/m-p/460408#M567707</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2012-11-24T11:44:32Z</dc:date>
    </item>
    <item>
      <title>Re: How can I Export multiples charts to excel in the same workbook</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-Export-multiples-charts-to-excel-in-the-same-workbook/m-p/460409#M567708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Gysbert&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its seem too easy but i dont know why it didnt work !&lt;/P&gt;&lt;P&gt;all the macros i had found when i excecute them make me go to teh script again..&lt;/P&gt;&lt;P&gt;and didnt work...&lt;/P&gt;&lt;P&gt;but i dont have any clue about the problem....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Nov 2012 14:08:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-Export-multiples-charts-to-excel-in-the-same-workbook/m-p/460409#M567708</guid>
      <dc:creator>angelaecheverri</dc:creator>
      <dc:date>2012-11-26T14:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: How can I Export multiples charts to excel in the same workbook</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-Export-multiples-charts-to-excel-in-the-same-workbook/m-p/460410#M567709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does anyone know what could happend to me?&lt;/P&gt;&lt;P&gt;My macro havent show a mistake.... but it doesnt run... &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Dec 2013 13:49:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-Export-multiples-charts-to-excel-in-the-same-workbook/m-p/460410#M567709</guid>
      <dc:creator>angelaecheverri</dc:creator>
      <dc:date>2013-12-05T13:49:56Z</dc:date>
    </item>
  </channel>
</rss>

