<?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 issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Export-to-PPT-issue/m-p/468873#M175127</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Settings&amp;gt;User Prefereces&amp;gt;Security&amp;gt; uncheck Confirm Launch from Macro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Jun 2013 07:15:22 GMT</pubDate>
    <dc:creator>sushil353</dc:creator>
    <dc:date>2013-06-13T07:15:22Z</dc:date>
    <item>
      <title>Export to PPT issue</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-PPT-issue/m-p/468870#M175124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can anyone tell me how to export to PPT?&lt;/P&gt;&lt;P&gt;I have tried writing a macro but it requires system access everytime qlikview is restarted. I have to provide system access my pressing Ctrl+Shift+M.&lt;/P&gt;&lt;P&gt;Is there any other turn around to export to PPT so that everytime system access need not be provided manually?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jun 2013 06:46:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-PPT-issue/m-p/468870#M175124</guid>
      <dc:creator />
      <dc:date>2013-06-13T06:46:27Z</dc:date>
    </item>
    <item>
      <title>Re: Export to PPT issue</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-PPT-issue/m-p/468871#M175125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try the option:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Current local Security&amp;gt; Allow System Access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Sushil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jun 2013 07:06:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-PPT-issue/m-p/468871#M175125</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2013-06-13T07:06:18Z</dc:date>
    </item>
    <item>
      <title>Re: Export to PPT issue</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-PPT-issue/m-p/468872#M175126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But we need to set the system access everytime qlikview is restarted.&lt;/P&gt;&lt;P&gt;Is there any solution to the problem that we need not give the access everytime but once?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jun 2013 07:10:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-PPT-issue/m-p/468872#M175126</guid>
      <dc:creator />
      <dc:date>2013-06-13T07:10:35Z</dc:date>
    </item>
    <item>
      <title>Re: Export to PPT issue</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-PPT-issue/m-p/468873#M175127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Settings&amp;gt;User Prefereces&amp;gt;Security&amp;gt; uncheck Confirm Launch from Macro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jun 2013 07:15:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-PPT-issue/m-p/468873#M175127</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2013-06-13T07:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: Export to PPT issue</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-PPT-issue/m-p/468874#M175128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sushil but i am not able to proceed yet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is my code:&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;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to select option 1 in the dialog box in the attached image again.&lt;IMG __jive_id="42594" class="jive-image" alt="Image.jpg" src="https://community.qlik.com/legacyfs/online/42594_Image.jpg" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jun 2013 07:32:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-PPT-issue/m-p/468874#M175128</guid>
      <dc:creator />
      <dc:date>2013-06-13T07:32:52Z</dc:date>
    </item>
    <item>
      <title>Re: Export to PPT issue</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-PPT-issue/m-p/468875#M175129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please post the sample app.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jun 2013 07:34:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-PPT-issue/m-p/468875#M175129</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2013-06-13T07:34:39Z</dc:date>
    </item>
    <item>
      <title>Re: Export to PPT issue</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-PPT-issue/m-p/468876#M175130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;press ctrl +m &lt;/P&gt;&lt;P&gt;in requested module security --&amp;gt; System access&lt;/P&gt;&lt;P&gt;and in current local security also --&amp;gt; Allow system Access&lt;/P&gt;&lt;P&gt;then ok &lt;/P&gt;&lt;P&gt;hope it helps you &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jun 2013 07:36:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-PPT-issue/m-p/468876#M175130</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2013-06-13T07:36:03Z</dc:date>
    </item>
    <item>
      <title>Re: Export to PPT issue</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-PPT-issue/m-p/468877#M175131</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 just checked your macro to my local machine.. i have given the system access and it is working perfect..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using qlikview 11.0 SR1. Which version you are using.?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jun 2013 07:38:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-PPT-issue/m-p/468877#M175131</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2013-06-13T07:38:50Z</dc:date>
    </item>
    <item>
      <title>Re: Export to PPT issue</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-PPT-issue/m-p/468878#M175132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check out the attached application.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jun 2013 07:39:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-PPT-issue/m-p/468878#M175132</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2013-06-13T07:39:39Z</dc:date>
    </item>
    <item>
      <title>Re: Export to PPT issue</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-PPT-issue/m-p/468879#M175133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot er.mohit. It is working.&lt;BR /&gt;But still i am having a trouble in this. Once clicking on the button for "Export to PPT", qlikview takes me to the Macro editor (same as we have on pressing Ctrl+M). When i click again on the button after it, then only the PPT is generated. Any solution to it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jun 2013 07:45:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-PPT-issue/m-p/468879#M175133</guid>
      <dc:creator />
      <dc:date>2013-06-13T07:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: Export to PPT issue</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-PPT-issue/m-p/468880#M175134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thans er.mohit. It is working perfectly.&lt;/P&gt;&lt;P&gt;It is not working in web version. Any solution for this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jun 2013 11:15:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-PPT-issue/m-p/468880#M175134</guid>
      <dc:creator />
      <dc:date>2013-06-13T11:15:14Z</dc:date>
    </item>
    <item>
      <title>Re: Export to PPT issue</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-PPT-issue/m-p/468881#M175135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sushil for your suggestion.&lt;/P&gt;&lt;P&gt;er.mohit' answer worked for me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jun 2013 11:16:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-PPT-issue/m-p/468881#M175135</guid>
      <dc:creator />
      <dc:date>2013-06-13T11:16:49Z</dc:date>
    </item>
    <item>
      <title>Re: Export to PPT issue</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-PPT-issue/m-p/468882#M175136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Gentlemen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have stolen shamelessly from this convesation and am very exitced about this. I have a couple of issues though&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;(..and this seems really stupid) When I click on the button, nothing happens....When I "Test" the Module, it executes the command well. &lt;/LI&gt;&lt;LI&gt;Using the script below, it will open excel, dump the contents (all the contents) as an image into a single PPT Sheet. I would prefer it do only the charts, is this possible or do I need to set up a special (Chart only sheet)&lt;/LI&gt;&lt;LI&gt;Is it posslble to put only selected chart or charts into a PPT?&lt;/LI&gt;&lt;LI&gt;Is it possible to have PPT add a page rather than open another PPT session each time I run the Macro&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance for your thought and assistance﻿﻿﻿﻿&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Aug 2013 13:39:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-PPT-issue/m-p/468882#M175136</guid>
      <dc:creator />
      <dc:date>2013-08-02T13:39:03Z</dc:date>
    </item>
  </channel>
</rss>

