<?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 all objects to ppt in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/export-all-objects-to-ppt/m-p/683090#M247650</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ActiveDocument.Sheets("Main").ExportBitmapToFile "C:\MyImage.bmp"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Sep 2014 10:59:21 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-09-24T10:59:21Z</dc:date>
    <item>
      <title>export all objects to ppt</title>
      <link>https://community.qlik.com/t5/QlikView/export-all-objects-to-ppt/m-p/683089#M247649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a macro to export only charts to ppt.But, i want to export all objects(charts, tables, listboxes....etc) to ppt.&lt;/P&gt;&lt;P&gt;Can anyone help me out ..Its Urgent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rathnam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 10:57:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/export-all-objects-to-ppt/m-p/683089#M247649</guid>
      <dc:creator>rathnam_qv</dc:creator>
      <dc:date>2014-09-24T10:57:18Z</dc:date>
    </item>
    <item>
      <title>Re: export all objects to ppt</title>
      <link>https://community.qlik.com/t5/QlikView/export-all-objects-to-ppt/m-p/683090#M247650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ActiveDocument.Sheets("Main").ExportBitmapToFile "C:\MyImage.bmp"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 10:59:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/export-all-objects-to-ppt/m-p/683090#M247650</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-24T10:59:21Z</dc:date>
    </item>
    <item>
      <title>Re: export all objects to ppt</title>
      <link>https://community.qlik.com/t5/QlikView/export-all-objects-to-ppt/m-p/683091#M247651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Konstantins,&lt;/P&gt;&lt;P&gt;thanks for your reply.&lt;/P&gt;&lt;P&gt;can you please send me the macro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rathnam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 11:04:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/export-all-objects-to-ppt/m-p/683091#M247651</guid>
      <dc:creator>rathnam_qv</dc:creator>
      <dc:date>2014-09-24T11:04:54Z</dc:date>
    </item>
    <item>
      <title>Re: Re: export all objects to ppt</title>
      <link>https://community.qlik.com/t5/QlikView/export-all-objects-to-ppt/m-p/683092#M247652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sub Export&lt;/P&gt;&lt;P&gt;&amp;nbsp; ActiveDocument.Sheets("SH01").ExportBitmapToFile "C:\temp\SH01.png"&lt;/P&gt;&lt;P&gt;End Sub&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 11:10:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/export-all-objects-to-ppt/m-p/683092#M247652</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-24T11:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: export all objects to ppt</title>
      <link>https://community.qlik.com/t5/QlikView/export-all-objects-to-ppt/m-p/683093#M247653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or directly to PPT file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 11:14:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/export-all-objects-to-ppt/m-p/683093#M247653</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-24T11:14:03Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: export all objects to ppt</title>
      <link>https://community.qlik.com/t5/QlikView/export-all-objects-to-ppt/m-p/683094#M247654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;to export to all objects to ppt wat i need to change&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 11:20:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/export-all-objects-to-ppt/m-p/683094#M247654</guid>
      <dc:creator>rathnam_qv</dc:creator>
      <dc:date>2014-09-24T11:20:14Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: export all objects to ppt</title>
      <link>https://community.qlik.com/t5/QlikView/export-all-objects-to-ppt/m-p/683095#M247655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can any send me the vb script for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rathnam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 12:13:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/export-all-objects-to-ppt/m-p/683095#M247655</guid>
      <dc:creator>rathnam_qv</dc:creator>
      <dc:date>2014-09-24T12:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Re: export all objects to ppt</title>
      <link>https://community.qlik.com/t5/QlikView/export-all-objects-to-ppt/m-p/683096#M247656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sub Export&lt;/P&gt;&lt;P&gt;&amp;nbsp; ActiveDocument.Sheets("SH01").ExportBitmapToFile "C:\temp\SH01.png"&lt;/P&gt;&lt;P&gt;End Sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sub ExportToPPT&lt;/P&gt;&lt;P&gt;Set objPPT = CreateObject("PowerPoint.Application")&lt;/P&gt;&lt;P&gt;objPPT.Visible = True&lt;/P&gt;&lt;P&gt;Set objPresentation = objPPT.Presentations.Add&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set PPSlide = objPresentation.Slides.Add(1,11)&lt;/P&gt;&lt;P&gt;ActiveDocument.ActiveSheet.CopyBitmapToClipboard&lt;/P&gt;&lt;P&gt;PPSlide.Shapes.Paste&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set PPSlide = Nothing&lt;/P&gt;&lt;P&gt;Set PPPres = Nothing&lt;/P&gt;&lt;P&gt;Set PPApp = Nothing&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>Wed, 24 Sep 2014 12:26:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/export-all-objects-to-ppt/m-p/683096#M247656</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-24T12:26:14Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Re: export all objects to ppt</title>
      <link>https://community.qlik.com/t5/QlikView/export-all-objects-to-ppt/m-p/683097#M247657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi konstantins,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;i want to export each object separately not entire sheet as single object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rathnam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 13:24:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/export-all-objects-to-ppt/m-p/683097#M247657</guid>
      <dc:creator>rathnam_qv</dc:creator>
      <dc:date>2014-09-24T13:24:30Z</dc:date>
    </item>
    <item>
      <title>Re: export all objects to ppt</title>
      <link>https://community.qlik.com/t5/QlikView/export-all-objects-to-ppt/m-p/683098#M247658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look here: &lt;A href="https://community.qlik.com/thread/133247"&gt;Macro to export more than one Sheet objects into PPT&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 13:31:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/export-all-objects-to-ppt/m-p/683098#M247658</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2014-09-24T13:31:15Z</dc:date>
    </item>
    <item>
      <title>Re: export all objects to ppt</title>
      <link>https://community.qlik.com/t5/QlikView/export-all-objects-to-ppt/m-p/683099#M247659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcus,&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;ya...i am following the same link...the macros from the link are only exporting charts not the other objects from the sheet...but ,along with the charts i want to export other objects as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rathnam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 13:35:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/export-all-objects-to-ppt/m-p/683099#M247659</guid>
      <dc:creator>rathnam_qv</dc:creator>
      <dc:date>2014-09-24T13:35:46Z</dc:date>
    </item>
    <item>
      <title>Re: export all objects to ppt</title>
      <link>https://community.qlik.com/t5/QlikView/export-all-objects-to-ppt/m-p/683100#M247660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Hi Marcus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have the following script which will exporting all objects to ppt but not in a proper order..i want to export how i placed them in the sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can u please check this and let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This would be a great help to me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub ExportPPT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ActiveDocument.ActiveSheet.FitZoomToWindow&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set objPPT = CreateObject("PowerPoint.Application")&lt;BR /&gt;objPPT.Visible = True&lt;BR /&gt;Set objPresentation = objPPT.Presentations.Add&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set PPSlide = objPresentation.Slides.Add(1,11)&lt;BR /&gt;ActiveDocument.GetSheetObject("CH01").CopyBitmapToClipboard&lt;BR /&gt;PPSlide.Shapes.Paste&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ActiveDocument.GetSheetObject("CH13").CopyBitmapToClipboard&lt;BR /&gt;PPSlide.Shapes.Paste&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ActiveDocument.GetSheetObject("TX37").CopyBitmapToClipboard&lt;BR /&gt;PPSlide.Shapes.Paste&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ActiveDocument.GetSheetObject("IB17").CopyBitmapToClipboard&lt;BR /&gt;PPSlide.Shapes.Paste&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ActiveDocument.GetSheetObject("IB18").CopyBitmapToClipboard&lt;BR /&gt;PPSlide.Shapes.Paste&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ActiveDocument.GetSheetObject("IB19").CopyBitmapToClipboard&lt;BR /&gt;PPSlide.Shapes.Paste&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ActiveDocument.GetSheetObject("IB20").CopyBitmapToClipboard&lt;BR /&gt;PPSlide.Shapes.Paste&lt;BR /&gt;Set PPSlide = PPPres.Slides.Add(1, 1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Set PPSlide = Nothing&lt;BR /&gt;Set PPPres = 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;Regards,&lt;/P&gt;&lt;P&gt;Rathnam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 13:38:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/export-all-objects-to-ppt/m-p/683100#M247660</guid>
      <dc:creator>rathnam_qv</dc:creator>
      <dc:date>2014-09-24T13:38:38Z</dc:date>
    </item>
    <item>
      <title>Re: export all objects to ppt</title>
      <link>https://community.qlik.com/t5/QlikView/export-all-objects-to-ppt/m-p/683101#M247661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The macros from the link runs through all sheet-objects and have then a check if they are an chart. If you this removed or modified you get all objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 13:40:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/export-all-objects-to-ppt/m-p/683101#M247661</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2014-09-24T13:40:51Z</dc:date>
    </item>
    <item>
      <title>Re: export all objects to ppt</title>
      <link>https://community.qlik.com/t5/QlikView/export-all-objects-to-ppt/m-p/683102#M247662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ya i checked that...it is exporting only charts...not the other objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am getting confused that where to change the code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 13:44:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/export-all-objects-to-ppt/m-p/683102#M247662</guid>
      <dc:creator>rathnam_qv</dc:creator>
      <dc:date>2014-09-24T13:44:32Z</dc:date>
    </item>
    <item>
      <title>Re: export all objects to ppt</title>
      <link>https://community.qlik.com/t5/QlikView/export-all-objects-to-ppt/m-p/683103#M247663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It will be possible to export all sheets-objects in order, sizing and position from the sheet but the effort will be &lt;STRONG style="text-decoration: underline;"&gt;enormous&lt;/STRONG&gt; - what will be the additionally value in opposite to a sheet-print or a screenshot?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 13:59:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/export-all-objects-to-ppt/m-p/683103#M247663</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2014-09-24T13:59:56Z</dc:date>
    </item>
    <item>
      <title>Re: Re: export all objects to ppt</title>
      <link>https://community.qlik.com/t5/QlikView/export-all-objects-to-ppt/m-p/683104#M247664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi MArcus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am here by attaching my app..please have look at it and modify the code to export all objects to ppt in aproper order.&lt;/P&gt;&lt;P&gt;i have demo with client tomorrow.&lt;/P&gt;&lt;P&gt;This would be a great help for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rathnam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 14:10:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/export-all-objects-to-ppt/m-p/683104#M247664</guid>
      <dc:creator>rathnam_qv</dc:creator>
      <dc:date>2014-09-24T14:10:41Z</dc:date>
    </item>
    <item>
      <title>Re: export all objects to ppt</title>
      <link>https://community.qlik.com/t5/QlikView/export-all-objects-to-ppt/m-p/683105#M247665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, but this made to much effort and the idea from the community is to help each other and not to make others work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's really a requirement for you you will need to spend the time which it needed ... I suggest you to find alternatives to such complex approaches - the aim from qlikview is to simplify and not make things complex again ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 14:34:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/export-all-objects-to-ppt/m-p/683105#M247665</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2014-09-24T14:34:38Z</dc:date>
    </item>
    <item>
      <title>Re: export all objects to ppt</title>
      <link>https://community.qlik.com/t5/QlikView/export-all-objects-to-ppt/m-p/683106#M247666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Marcus...i will do it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 16:28:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/export-all-objects-to-ppt/m-p/683106#M247666</guid>
      <dc:creator>rathnam_qv</dc:creator>
      <dc:date>2014-09-24T16:28:17Z</dc:date>
    </item>
    <item>
      <title>Re: export all objects to ppt</title>
      <link>https://community.qlik.com/t5/QlikView/export-all-objects-to-ppt/m-p/683107#M247667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i am able to export all objects to ppt.&lt;/P&gt;&lt;P&gt;But, still i have a problem.&lt;/P&gt;&lt;P&gt;i have a bar chart..in that if a user clicked on a particular bar related information will enabled.&lt;/P&gt;&lt;P&gt;i want a macro with the condition..if the selected dimension is "A" then export related objects else export other objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there any way to achieve it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rathnam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2014 12:27:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/export-all-objects-to-ppt/m-p/683107#M247667</guid>
      <dc:creator>rathnam_qv</dc:creator>
      <dc:date>2014-09-25T12:27:21Z</dc:date>
    </item>
    <item>
      <title>Re: export all objects to ppt</title>
      <link>https://community.qlik.com/t5/QlikView/export-all-objects-to-ppt/m-p/683108#M247668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could for example read the selection per getfieldselections() in a variable and then use the following logic:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if var = condition then&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; export1&lt;/P&gt;&lt;P&gt;else&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; export2&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here a code-examples from APIGuide.qvw for read such variable in macros or read the selection directly in macros:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set v = ActiveDocument.Variables("Variable1")&lt;/P&gt;&lt;P&gt;msgbox(v.GetContent.String)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set val=ActiveDocument.Fields("Month").GetPossibleValues&lt;/P&gt;&lt;P&gt;for i=0 to val.Count-1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; msgbox(val.Item(i).Text)&lt;/P&gt;&lt;P&gt;next&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sub LogFunktion&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 'This routine logs selection to a text file&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; set fso = CreateObject("Scripting.FileSystemObject")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; set mypath = ActiveDocument.GetProperties&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; directory = mypath.MyWorkingDirectory &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; On Error Resume Next&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; ' See if file already exists.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Set filFile = fso.GetFile(directory &amp;amp; "log.txt")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; ' If not, then create it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; If Err &amp;lt;&amp;gt; 0 Then&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Set filFile = fso.CreateTextFile(directory &amp;amp; "log.txt")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; End If&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Set txsStream = filFile.OpenAsTextStream(8) 'For Appending&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; set doc = ActiveDocument&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; set mySelections = doc.fields("Field").GetSelectedValues&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; for i = 0 to mySelections.Count - 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; txsStream.WriteLine Now &amp;amp; " " &amp;amp; mySelections.Item(i).text&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; next&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; txsStream.WriteBlankLines 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; txsStream.Close&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;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2014 12:49:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/export-all-objects-to-ppt/m-p/683108#M247668</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2014-09-25T12:49:19Z</dc:date>
    </item>
  </channel>
</rss>

