<?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 i want to export qlikview objects from multiple sheets to excel using macros in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/i-want-to-export-qlikview-objects-from-multiple-sheets-to-excel/m-p/294256#M109163</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;If you want to change the active sheet via macro, use the code:&lt;/P&gt;&lt;P&gt;ActiveDocument.ActivateSheet 1&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;ActiveDocument.ActivateSheetByID "SH01"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to loop through a list of objects:&lt;/P&gt;&lt;P&gt;Objects = ActiveDocument.ActiveSheet.GetSheetObjects&lt;/P&gt;&lt;P&gt;For i = lBound(Objects) To uBound(Objects)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; If Objects(i).GetObjectType = 10 Then&amp;nbsp;&amp;nbsp; 'pivot tables&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'do your thing here....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; end if&lt;/P&gt;&lt;P&gt;next&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These sample codes are available in the APIGuide.&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Fernando&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Jan 2012 20:58:41 GMT</pubDate>
    <dc:creator>fosuzuki</dc:creator>
    <dc:date>2012-01-23T20:58:41Z</dc:date>
    <item>
      <title>i want to export qlikview objects from multiple sheets to excel using macros</title>
      <link>https://community.qlik.com/t5/QlikView/i-want-to-export-qlikview-objects-from-multiple-sheets-to-excel/m-p/294255#M109162</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;i want to export qlikview objects which are present in multiple sheets to excel using macros.&lt;/P&gt;&lt;P&gt;we can only export the active objects in a sheet, but is it possible to export the object the other sheets also to excel using macros on button click?&lt;/P&gt;&lt;P&gt;can anyone help me?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jan 2012 13:58:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/i-want-to-export-qlikview-objects-from-multiple-sheets-to-excel/m-p/294255#M109162</guid>
      <dc:creator />
      <dc:date>2012-01-20T13:58:52Z</dc:date>
    </item>
    <item>
      <title>i want to export qlikview objects from multiple sheets to excel using macros</title>
      <link>https://community.qlik.com/t5/QlikView/i-want-to-export-qlikview-objects-from-multiple-sheets-to-excel/m-p/294256#M109163</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;If you want to change the active sheet via macro, use the code:&lt;/P&gt;&lt;P&gt;ActiveDocument.ActivateSheet 1&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;ActiveDocument.ActivateSheetByID "SH01"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to loop through a list of objects:&lt;/P&gt;&lt;P&gt;Objects = ActiveDocument.ActiveSheet.GetSheetObjects&lt;/P&gt;&lt;P&gt;For i = lBound(Objects) To uBound(Objects)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; If Objects(i).GetObjectType = 10 Then&amp;nbsp;&amp;nbsp; 'pivot tables&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'do your thing here....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; end if&lt;/P&gt;&lt;P&gt;next&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These sample codes are available in the APIGuide.&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Fernando&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2012 20:58:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/i-want-to-export-qlikview-objects-from-multiple-sheets-to-excel/m-p/294256#M109163</guid>
      <dc:creator>fosuzuki</dc:creator>
      <dc:date>2012-01-23T20:58:41Z</dc:date>
    </item>
  </channel>
</rss>

