<?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 to PPT in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Export-to-PPT/m-p/503180#M553839</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; use Control+Shift +M and select the first option&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;give&amp;nbsp; system access to module script;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;Sunil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Sep 2013 06:51:46 GMT</pubDate>
    <dc:creator>SunilChauhan</dc:creator>
    <dc:date>2013-09-11T06:51:46Z</dc:date>
    <item>
      <title>Export to PPT</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-PPT/m-p/503172#M553828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created button to run macro, it can export the chart to PPT when I test in module.&lt;/P&gt;&lt;P&gt;But it is not functioning when I clicked the button on dashboard. Anyone has solution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #993300;"&gt;Code:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #993300;"&gt;Sub ppt&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #993300;"&gt;Dim myArray(9)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #993300;"&gt;myArray(0) = "CH393"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #993300;"&gt;Set objPPT = CreateObject("PowerPoint.Application")&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #993300;"&gt;objPPT.Visible = True&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #993300;"&gt;Set objPresentation = objPPT.Presentations.Add&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #993300;"&gt;For each item in myArray&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #993300;"&gt;Set PPSlide = objPresentation.Slides.Add(1,11)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #993300;"&gt;ActiveDocument.GetSheetObject(item).CopyBitmapToClipboard&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #993300;"&gt;PPSlide.Shapes.Paste&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #993300;"&gt;Next&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #993300;"&gt;Set PPSlide = Nothing&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #993300;"&gt;Set PPPres = Nothing&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #993300;"&gt;Set PPApp = Nothing&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #993300;"&gt;End Sub&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and best regards,&lt;/P&gt;&lt;P&gt;csy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Sep 2013 08:04:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-PPT/m-p/503172#M553828</guid>
      <dc:creator />
      <dc:date>2013-09-10T08:04:50Z</dc:date>
    </item>
    <item>
      <title>Re: Export to PPT</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-PPT/m-p/503173#M553829</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;1. For each ... next is not supported. Use For count = 0 to ubound(MyArray)...next&lt;/P&gt;&lt;P&gt;2. you declared MyArray with 9 elements, you configured only the first ( MyArray(0) ), then you cycled through all elements....it's not correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the Automation Reference Manual for "VB keywords and functions not supported by VBScript"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Sep 2013 09:07:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-PPT/m-p/503173#M553829</guid>
      <dc:creator>Andrea_Ghirardello</dc:creator>
      <dc:date>2013-09-10T09:07:16Z</dc:date>
    </item>
    <item>
      <title>Re: Export to PPT</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-PPT/m-p/503174#M553830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrea,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your guidance, I am new to VB actually. I tried to edit the code and run, seems like it is not working to paste the sheet object to power point. May I know where is going wrong?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="pic.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/46393_pic.PNG.png" style="width: 620px; height: 290px;" /&gt;&lt;/P&gt;&lt;P&gt;Thanks and best regards,&lt;/P&gt;&lt;P&gt;Chanel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Sep 2013 03:23:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-PPT/m-p/503174#M553830</guid>
      <dc:creator />
      <dc:date>2013-09-11T03:23:44Z</dc:date>
    </item>
    <item>
      <title>Re: Export to PPT</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-PPT/m-p/503175#M553831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chanel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The most easiest way to do this is, go to last tab caption and select "Copy image to clipboard". You will get one icon on the chart on the top right side. The user has to just click this and then go to PPT and paste the chart. Macro would cause many dependencies, it may cease to work sometimes on AJAX client.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Rajesh Vaswani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Sep 2013 04:15:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-PPT/m-p/503175#M553831</guid>
      <dc:creator>rajeshvaswani77</dc:creator>
      <dc:date>2013-09-11T04:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: Export to PPT</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-PPT/m-p/503176#M553832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Really appreciated your reply, but actually what client requests is export the whole sheet to one slide of PPT, which I think is pretty hard, because sometimes the sheet is longer than actual resolution in image.&lt;/P&gt;&lt;P&gt;And we have many charts in one sheet and around 10 sheets on the dashboard, client might not like to copy paste the chart one by one for 50++ charts...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and best regards,&lt;/P&gt;&lt;P&gt;Chanel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Sep 2013 04:23:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-PPT/m-p/503176#M553832</guid>
      <dc:creator />
      <dc:date>2013-09-11T04:23:00Z</dc:date>
    </item>
    <item>
      <title>Re: Export to PPT</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-PPT/m-p/503177#M553834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please have a look at Reports Menu Item of QlikView Desktop. This functionality could be helpful to you. Truly speaking, have not used it myself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Rajesh Vaswani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Sep 2013 04:25:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-PPT/m-p/503177#M553834</guid>
      <dc:creator>rajeshvaswani77</dc:creator>
      <dc:date>2013-09-11T04:25:56Z</dc:date>
    </item>
    <item>
      <title>Re: Export to PPT</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-PPT/m-p/503178#M553835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this code&lt;/P&gt;&lt;P&gt;sub ppt&lt;/P&gt;&lt;P&gt;Set PPApp = CreateObject("Powerpoint.Application")&lt;/P&gt;&lt;P&gt;PPApp.Visible = True ' Create a presentation&lt;/P&gt;&lt;P&gt;Set PPPres = PPApp.Presentations.Add&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set PPSlide = PPPres.Slides.Add(1, 1)&lt;/P&gt;&lt;P&gt;ActiveDocument.GetSheetObject("CH01").CopyBitmapToClipboard&lt;/P&gt;&lt;P&gt;PPSlide.Shapes.Paste&lt;/P&gt;&lt;P&gt;PPPres.SaveAs "E:\Qlikview\Prima\PPT\Presentation.ppt"&lt;/P&gt;&lt;P&gt;PPPres.Close&lt;/P&gt;&lt;P&gt;PPApp.Quit&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;msgbox " PPT MADE"&lt;/P&gt;&lt;P&gt;end sub&lt;/P&gt;&lt;P&gt;replace with your chart object id&lt;/P&gt;&lt;P&gt;and make sure in macro means ctrl+m&lt;/P&gt;&lt;P&gt;On Left side below&lt;/P&gt;&lt;P&gt;Request Module Security--&amp;gt;System access&lt;/P&gt;&lt;P&gt;Current local security--&amp;gt;System access&lt;/P&gt;&lt;P&gt;and on dashboard side&lt;/P&gt;&lt;P&gt;press ctrl+shift+m&lt;/P&gt;&lt;P&gt;and tick radio button Give system access to module script&lt;/P&gt;&lt;P&gt;hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Sep 2013 04:30:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-PPT/m-p/503178#M553835</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2013-09-11T04:30:37Z</dc:date>
    </item>
    <item>
      <title>Re: Export to PPT</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-PPT/m-p/503179#M553837</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;This is working when i tested in module, but it is not functioning when i tried to click on the button object.&lt;/P&gt;&lt;P&gt;May I know why?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and best regards,&lt;/P&gt;&lt;P&gt;Chanel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Sep 2013 06:08:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-PPT/m-p/503179#M553837</guid>
      <dc:creator />
      <dc:date>2013-09-11T06:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: Export to PPT</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-PPT/m-p/503180#M553839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; use Control+Shift +M and select the first option&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;give&amp;nbsp; system access to module script;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;Sunil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Sep 2013 06:51:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-PPT/m-p/503180#M553839</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2013-09-11T06:51:46Z</dc:date>
    </item>
    <item>
      <title>Re: Export to PPT</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-PPT/m-p/503181#M553840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried this step as it is mentioned in Mohit Shama's post but it doesn't work.&lt;/P&gt;&lt;P&gt;I am wondering what is happen to that button?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and best regards,&lt;/P&gt;&lt;P&gt;Chanel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Sep 2013 06:53:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-PPT/m-p/503181#M553840</guid>
      <dc:creator />
      <dc:date>2013-09-11T06:53:48Z</dc:date>
    </item>
    <item>
      <title>Re: Export to PPT</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-PPT/m-p/503182#M553842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone can figure out why my macro button can only work in module but not on dashboard?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and best regards,&lt;/P&gt;&lt;P&gt;Chanel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Sep 2013 02:58:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-PPT/m-p/503182#M553842</guid>
      <dc:creator />
      <dc:date>2013-09-24T02:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: Export to PPT</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-PPT/m-p/503183#M553843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should write&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ActiveDocument.GetSheetObject(MyArray(count))&lt;/P&gt;&lt;P&gt;instead of &lt;/P&gt;&lt;P&gt;ActiveDocument.GetSheetObject(item)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Sep 2013 07:03:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-PPT/m-p/503183#M553843</guid>
      <dc:creator>Andrea_Ghirardello</dc:creator>
      <dc:date>2013-09-24T07:03:59Z</dc:date>
    </item>
    <item>
      <title>Re: Export to PPT</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-PPT/m-p/503184#M553845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrea,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is executable in module only, do you know why it is no response when i clicked the button on dashboard?&lt;IMG alt="Capture.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/46828_Capture.PNG.png" style="width: 620px; height: 492px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and best regards,&lt;/P&gt;&lt;P&gt;Chanel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Sep 2013 07:57:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-PPT/m-p/503184#M553845</guid>
      <dc:creator />
      <dc:date>2013-09-24T07:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: Export to PPT</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-PPT/m-p/503185#M553846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you have containers ,then macro fails to export from there container occurs,&lt;/P&gt;&lt;P&gt;so once remove all containers and try ..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Sep 2013 10:05:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-PPT/m-p/503185#M553846</guid>
      <dc:creator>preminqlik</dc:creator>
      <dc:date>2013-09-24T10:05:02Z</dc:date>
    </item>
    <item>
      <title>Re: Export to PPT</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-PPT/m-p/503186#M553847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. which is the behaviour when you click the button?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. try this:&lt;/P&gt;&lt;P&gt;a. save the qvw&lt;/P&gt;&lt;P&gt;b. close the qvw&lt;/P&gt;&lt;P&gt;c. open the qvw again and allow macro execution&lt;/P&gt;&lt;P&gt;d. click the button&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. did you add an action to the button (mouse dx\properties\actions tab\click on add button and select the "external" action type\choose the run macro action and write the correct macro name).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Sep 2013 10:21:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-PPT/m-p/503186#M553847</guid>
      <dc:creator>Andrea_Ghirardello</dc:creator>
      <dc:date>2013-09-24T10:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: Export to PPT</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-PPT/m-p/503187#M553848</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;macros only work with the IE Plugin so you have to use Internet Explorer and install the IE Plugin.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;MT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Sep 2013 12:01:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-PPT/m-p/503187#M553848</guid>
      <dc:creator />
      <dc:date>2013-09-24T12:01:56Z</dc:date>
    </item>
    <item>
      <title>Re: Export to PPT</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-PPT/m-p/503188#M553849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Big hug to Andrea! I missed the last last step - Name the macro!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Chanel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Sep 2013 01:46:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-PPT/m-p/503188#M553849</guid>
      <dc:creator />
      <dc:date>2013-09-25T01:46:41Z</dc:date>
    </item>
    <item>
      <title>Re: Export to PPT</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-PPT/m-p/503189#M553850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you use VB code in the Personal Desktop edition of QlikView?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Sep 2013 02:47:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-PPT/m-p/503189#M553850</guid>
      <dc:creator />
      <dc:date>2013-09-25T02:47:23Z</dc:date>
    </item>
    <item>
      <title>Re: Export to PPT</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-PPT/m-p/503190#M553851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yea, it is working pretty good.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Sep 2013 02:59:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-PPT/m-p/503190#M553851</guid>
      <dc:creator />
      <dc:date>2013-09-25T02:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: Export to PPT</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-PPT/m-p/503191#M553852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Do you know how run the macro to copy the whole sheet/selections to ppt, instead of just the chart&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2014 11:04:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-PPT/m-p/503191#M553852</guid>
      <dc:creator />
      <dc:date>2014-06-20T11:04:17Z</dc:date>
    </item>
  </channel>
</rss>

