<?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 only active objects to powerpoint using macros in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/export-only-active-objects-to-powerpoint-using-macros/m-p/347073#M705483</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;,IsActive seems to be what you need. The following is an example of how to use it from the api guide:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rem ** minimize all active sheet objects on active sheet **&lt;/P&gt;&lt;P&gt;set s=ActiveDocument.ActiveSheet&lt;/P&gt;&lt;P&gt;objs=s.GetSheetObjects&lt;/P&gt;&lt;P&gt;for i=lbound(objs) to ubound(objs)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if objs(i).IsActive then objs(i).Minimize&lt;/P&gt;&lt;P&gt;next&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Apr 2012 14:14:52 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-04-11T14:14:52Z</dc:date>
    <item>
      <title>export only active objects to powerpoint using macros</title>
      <link>https://community.qlik.com/t5/QlikView/export-only-active-objects-to-powerpoint-using-macros/m-p/347072#M705482</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 am exporing objects to powerpoint using VBScript.&lt;/P&gt;&lt;P&gt;i am specifying all the object names in the macro and i need to check which object is active.&lt;/P&gt;&lt;P&gt;then after checking the active objects, i need to export only those active objects to powerpoint.&lt;/P&gt;&lt;P&gt;so how i can do this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2012 14:08:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/export-only-active-objects-to-powerpoint-using-macros/m-p/347072#M705482</guid>
      <dc:creator>udaya_kumar</dc:creator>
      <dc:date>2012-04-11T14:08:16Z</dc:date>
    </item>
    <item>
      <title>Re: export only active objects to powerpoint using macros</title>
      <link>https://community.qlik.com/t5/QlikView/export-only-active-objects-to-powerpoint-using-macros/m-p/347073#M705483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;,IsActive seems to be what you need. The following is an example of how to use it from the api guide:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rem ** minimize all active sheet objects on active sheet **&lt;/P&gt;&lt;P&gt;set s=ActiveDocument.ActiveSheet&lt;/P&gt;&lt;P&gt;objs=s.GetSheetObjects&lt;/P&gt;&lt;P&gt;for i=lbound(objs) to ubound(objs)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if objs(i).IsActive then objs(i).Minimize&lt;/P&gt;&lt;P&gt;next&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2012 14:14:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/export-only-active-objects-to-powerpoint-using-macros/m-p/347073#M705483</guid>
      <dc:creator />
      <dc:date>2012-04-11T14:14:52Z</dc:date>
    </item>
  </channel>
</rss>

