<?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 objects from all sheets to ppt in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Export-objects-from-all-sheets-to-ppt/m-p/840824#M1010437</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Siva and Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this:&lt;/P&gt;&lt;P&gt;Sub PrintScreen()&lt;/P&gt;&lt;P&gt;ActiveDocument.ActivateSheet("yourSheet").CopyBitmapToClipboard.&lt;/P&gt;&lt;P&gt;End Sub&lt;/P&gt;&lt;P&gt;of course you can try to implent this expression on other objects/sheets&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i hope, that helps&lt;/P&gt;&lt;P&gt;Beck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 May 2015 09:49:26 GMT</pubDate>
    <dc:creator>beck_bakytbek</dc:creator>
    <dc:date>2015-05-05T09:49:26Z</dc:date>
    <item>
      <title>Export objects from all sheets to ppt</title>
      <link>https://community.qlik.com/t5/QlikView/Export-objects-from-all-sheets-to-ppt/m-p/840820#M1010433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do any one have macros to export objects from multiple sheets to powerpoint? &lt;/P&gt;&lt;P&gt;i see macros for only activesheet of qlikview document&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Apr 2015 12:50:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-objects-from-all-sheets-to-ppt/m-p/840820#M1010433</guid>
      <dc:creator>Siva_Sankar</dc:creator>
      <dc:date>2015-04-28T12:50:48Z</dc:date>
    </item>
    <item>
      <title>Re: Export objects from all sheets to ppt</title>
      <link>https://community.qlik.com/t5/QlikView/Export-objects-from-all-sheets-to-ppt/m-p/840821#M1010434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you managed to find answer to your question?&lt;/P&gt;&lt;P&gt;I have been trying to play with different way to achieve but I can not find the right way.&lt;/P&gt;&lt;P&gt;One path lead to put all objects from all sheets in array and then send all to ppt but I can not find a way to achieve this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2015 08:44:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-objects-from-all-sheets-to-ppt/m-p/840821#M1010434</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2015-05-05T08:44:58Z</dc:date>
    </item>
    <item>
      <title>Re: Export objects from all sheets to ppt</title>
      <link>https://community.qlik.com/t5/QlikView/Export-objects-from-all-sheets-to-ppt/m-p/840822#M1010435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have some examples how to import to excel.if you want i give you some examples&lt;/P&gt;&lt;P&gt;Beck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2015 08:59:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-objects-from-all-sheets-to-ppt/m-p/840822#M1010435</guid>
      <dc:creator>beck_bakytbek</dc:creator>
      <dc:date>2015-05-05T08:59:04Z</dc:date>
    </item>
    <item>
      <title>Re: Export objects from all sheets to ppt</title>
      <link>https://community.qlik.com/t5/QlikView/Export-objects-from-all-sheets-to-ppt/m-p/840823#M1010436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please share&amp;nbsp; if it takes all objects from all sheets - maybe we can find solution for ppt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2015 09:12:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-objects-from-all-sheets-to-ppt/m-p/840823#M1010436</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2015-05-05T09:12:56Z</dc:date>
    </item>
    <item>
      <title>Re: Export objects from all sheets to ppt</title>
      <link>https://community.qlik.com/t5/QlikView/Export-objects-from-all-sheets-to-ppt/m-p/840824#M1010437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Siva and Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this:&lt;/P&gt;&lt;P&gt;Sub PrintScreen()&lt;/P&gt;&lt;P&gt;ActiveDocument.ActivateSheet("yourSheet").CopyBitmapToClipboard.&lt;/P&gt;&lt;P&gt;End Sub&lt;/P&gt;&lt;P&gt;of course you can try to implent this expression on other objects/sheets&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i hope, that helps&lt;/P&gt;&lt;P&gt;Beck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2015 09:49:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-objects-from-all-sheets-to-ppt/m-p/840824#M1010437</guid>
      <dc:creator>beck_bakytbek</dc:creator>
      <dc:date>2015-05-05T09:49:26Z</dc:date>
    </item>
  </channel>
</rss>

