<?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: objects in powerpoint in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/objects-in-powerpoint/m-p/279271#M103935</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;The script you wrote me runs until  ActiveDocument.GetApplication.WaitForIdle&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From there highlights the next line set s=ActiveDocument.Sheets("Summary") &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea as to why it may be doing so?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Feb 2012 05:47:50 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-02-15T05:47:50Z</dc:date>
    <item>
      <title>objects in powerpoint</title>
      <link>https://community.qlik.com/t5/QlikView/objects-in-powerpoint/m-p/279264#M103928</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;I am a very new user - QV11 and would like to find out that i can import qv objects to PowerPoint. I i'd just like to know if there is a way of automatically updating the ppt document? And can one write a script in visual c#? Please help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Feb 2012 07:09:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/objects-in-powerpoint/m-p/279264#M103928</guid>
      <dc:creator />
      <dc:date>2012-02-14T07:09:07Z</dc:date>
    </item>
    <item>
      <title>objects in powerpoint</title>
      <link>https://community.qlik.com/t5/QlikView/objects-in-powerpoint/m-p/279265#M103929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi thaborabs,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; We can export the qv objects to ppt using the macro(vbscript).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Below i mentioned some example script to export the qv objects to ppt .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sub powerpoint&lt;/P&gt;&lt;P&gt; Set PPApp = CreateObject("Powerpoint.Application")&lt;/P&gt;&lt;P&gt; PPApp.Visible = True&lt;/P&gt;&lt;P&gt; Set PPPres = PPApp.Presentations.Open &lt;EM&gt;("C:\xxx\xxx.ppt")&lt;BR /&gt;&lt;/EM&gt; PPApp.Visible = True&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; ActiveDocument.Reload&lt;/P&gt;&lt;P&gt; ActiveDocument.GetApplication.WaitForIdle&lt;/P&gt;&lt;P&gt;&lt;EM&gt;set s=ActiveDocument.Sheets("Summary")&lt;BR /&gt; ActiveDocument.Sheets("Summary").Activate&lt;BR /&gt; ActiveDocument.GetApplication.WaitForIdle&lt;BR /&gt; ActiveDocument.GetSheetObject("CH28").Restore&lt;BR /&gt; ActiveDocument.GetSheetObject("CH28").CopyBitmapToClipboard&lt;BR /&gt; PPApp.Visible = True&lt;BR /&gt; Set PPSlide = PPPres.Slides(11)&lt;BR /&gt; PPSlide.Shapes.Paste&lt;BR /&gt; ActiveDocument.GetSheetObject("CH28").Minimize&lt;BR /&gt; ActiveDocument.GetApplication.WaitForIdle&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;set PPApp = nothing&lt;BR /&gt; set PPPRes = nothing&lt;BR /&gt; set PPSlide = nothing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; ActiveDocument.SaveAs &lt;EM&gt;"C:\xxx\xxx.qvw"&lt;BR /&gt;&lt;/EM&gt; ActiveDocument.GetApplication.Quit&lt;BR /&gt;end sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this and let me know your feedback.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ashok&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Feb 2012 08:07:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/objects-in-powerpoint/m-p/279265#M103929</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-14T08:07:10Z</dc:date>
    </item>
    <item>
      <title>objects in powerpoint</title>
      <link>https://community.qlik.com/t5/QlikView/objects-in-powerpoint/m-p/279266#M103930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Ashok,&lt;/P&gt;&lt;P&gt;Thank you for your reply.&lt;/P&gt;&lt;P&gt;When loading the script in the edit module window and hitting the 'test' button i get a message that "ActiveX component can't create object: ("Powerpoint.Application").&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could this be that i am running on QV Personal Edition?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Feb 2012 08:38:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/objects-in-powerpoint/m-p/279266#M103930</guid>
      <dc:creator />
      <dc:date>2012-02-14T08:38:13Z</dc:date>
    </item>
    <item>
      <title>objects in powerpoint</title>
      <link>https://community.qlik.com/t5/QlikView/objects-in-powerpoint/m-p/279267#M103931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; It needs the Microsoft office to be installed with powerpoint presentation. Have you installed ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Celambarasan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Feb 2012 08:45:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/objects-in-powerpoint/m-p/279267#M103931</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2012-02-14T08:45:03Z</dc:date>
    </item>
    <item>
      <title>objects in powerpoint</title>
      <link>https://community.qlik.com/t5/QlikView/objects-in-powerpoint/m-p/279268#M103932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Check Requested module security in the edit module dialog is selected as &lt;STRONG&gt;System Access &lt;/STRONG&gt;and also check the current local security.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Celambarasan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Feb 2012 08:47:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/objects-in-powerpoint/m-p/279268#M103932</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2012-02-14T08:47:30Z</dc:date>
    </item>
    <item>
      <title>objects in powerpoint</title>
      <link>https://community.qlik.com/t5/QlikView/objects-in-powerpoint/m-p/279269#M103933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; hi,&lt;/P&gt;&lt;P&gt;Microsoft office is installed on my workstation yes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Feb 2012 09:08:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/objects-in-powerpoint/m-p/279269#M103933</guid>
      <dc:creator />
      <dc:date>2012-02-14T09:08:07Z</dc:date>
    </item>
    <item>
      <title>objects in powerpoint</title>
      <link>https://community.qlik.com/t5/QlikView/objects-in-powerpoint/m-p/279270#M103934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; It works.&lt;/P&gt;&lt;P&gt;The issue was the security settings. Thanks aMillion guys.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Feb 2012 09:22:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/objects-in-powerpoint/m-p/279270#M103934</guid>
      <dc:creator />
      <dc:date>2012-02-14T09:22:16Z</dc:date>
    </item>
    <item>
      <title>Re: objects in powerpoint</title>
      <link>https://community.qlik.com/t5/QlikView/objects-in-powerpoint/m-p/279271#M103935</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;The script you wrote me runs until  ActiveDocument.GetApplication.WaitForIdle&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From there highlights the next line set s=ActiveDocument.Sheets("Summary") &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea as to why it may be doing so?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2012 05:47:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/objects-in-powerpoint/m-p/279271#M103935</guid>
      <dc:creator />
      <dc:date>2012-02-15T05:47:50Z</dc:date>
    </item>
    <item>
      <title>objects in powerpoint</title>
      <link>https://community.qlik.com/t5/QlikView/objects-in-powerpoint/m-p/279272#M103936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Its may be you don't have the sheet summary.Please look in to that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Celambarasan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2012 06:51:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/objects-in-powerpoint/m-p/279272#M103936</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2012-02-15T06:51:47Z</dc:date>
    </item>
    <item>
      <title>Re: objects in powerpoint</title>
      <link>https://community.qlik.com/t5/QlikView/objects-in-powerpoint/m-p/279273#M103937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Celambarasan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please provide more clarity as to what you mean by saying ‘don't have the sheet summary’&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2012 07:10:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/objects-in-powerpoint/m-p/279273#M103937</guid>
      <dc:creator />
      <dc:date>2012-02-15T07:10:02Z</dc:date>
    </item>
    <item>
      <title>objects in powerpoint</title>
      <link>https://community.qlik.com/t5/QlikView/objects-in-powerpoint/m-p/279274#M103938</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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; In the ppt macro&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;EM&gt;set s=ActiveDocument.Sheets("Summary")&amp;nbsp; -&amp;nbsp; the "summary" is the qv file sheet Name.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; You can change the name based on your qv file sheet name through Settings --&amp;gt; sheet properties ---&amp;gt;Tiltle&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;See the image :&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ashok&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2012 07:53:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/objects-in-powerpoint/m-p/279274#M103938</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-15T07:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: objects in powerpoint</title>
      <link>https://community.qlik.com/t5/QlikView/objects-in-powerpoint/m-p/279275#M103939</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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; see the attached image file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2012 07:54:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/objects-in-powerpoint/m-p/279275#M103939</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-15T07:54:14Z</dc:date>
    </item>
    <item>
      <title>Re: objects in powerpoint</title>
      <link>https://community.qlik.com/t5/QlikView/objects-in-powerpoint/m-p/279276#M103940</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;The script work perfectly. Thank you very much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to copy an active sheet object instead of a static object?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2012 09:12:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/objects-in-powerpoint/m-p/279276#M103940</guid>
      <dc:creator />
      <dc:date>2012-02-15T09:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: objects in powerpoint</title>
      <link>https://community.qlik.com/t5/QlikView/objects-in-powerpoint/m-p/279277#M103941</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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I can not catch what you are asking .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Please give me some example for static object what you mean&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ashok&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2012 09:35:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/objects-in-powerpoint/m-p/279277#M103941</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-15T09:35:48Z</dc:date>
    </item>
    <item>
      <title>Re: objects in powerpoint</title>
      <link>https://community.qlik.com/t5/QlikView/objects-in-powerpoint/m-p/279278#M103942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok. This current script only creates a copy of the object and places it as an image in the ppt page(static), what I would like to know is if the active object – mean an object that is clickable can be added through the script?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2012 09:51:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/objects-in-powerpoint/m-p/279278#M103942</guid>
      <dc:creator />
      <dc:date>2012-02-15T09:51:03Z</dc:date>
    </item>
    <item>
      <title>Re: objects in powerpoint</title>
      <link>https://community.qlik.com/t5/QlikView/objects-in-powerpoint/m-p/279279#M103943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can do this all through NPrinting (www.nprinting.com) a third party tool... without coding macros, changing seciruty settings or anything. It's still a static version of the object from QlikView, but you can filter, schedule updates and distribution with it as well... &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2012 15:08:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/objects-in-powerpoint/m-p/279279#M103943</guid>
      <dc:creator>AlexOmetis</dc:creator>
      <dc:date>2012-12-19T15:08:45Z</dc:date>
    </item>
  </channel>
</rss>

