<?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 PptObject.Visible = False ---not working in macro in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/PptObject-Visible-False-not-working-in-macro/m-p/584189#M1108891</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 am working on a project where i am exporting the Qlikview charts into powerpoint slides. The code works the way i want. But the problem is the Powerpoint window is kept open when the qlikview macro writes the data to powerpoint. I want the powerpoint to be invisible so that the user doesnt see the slides getting generated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried setting the powerpoint object visible = false, but the code fails in that line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set objPPT = CreateObject("PowerPoint.Application")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;objPPT.Visible = False ' Code fails here&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone have any workaround or a method in which the powerpoint is hidden when the whole macro is running?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sarathi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Mar 2014 16:38:04 GMT</pubDate>
    <dc:creator>sarathi_pm</dc:creator>
    <dc:date>2014-03-17T16:38:04Z</dc:date>
    <item>
      <title>PptObject.Visible = False ---not working in macro</title>
      <link>https://community.qlik.com/t5/QlikView/PptObject-Visible-False-not-working-in-macro/m-p/584189#M1108891</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 am working on a project where i am exporting the Qlikview charts into powerpoint slides. The code works the way i want. But the problem is the Powerpoint window is kept open when the qlikview macro writes the data to powerpoint. I want the powerpoint to be invisible so that the user doesnt see the slides getting generated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried setting the powerpoint object visible = false, but the code fails in that line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set objPPT = CreateObject("PowerPoint.Application")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;objPPT.Visible = False ' Code fails here&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone have any workaround or a method in which the powerpoint is hidden when the whole macro is running?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sarathi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2014 16:38:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/PptObject-Visible-False-not-working-in-macro/m-p/584189#M1108891</guid>
      <dc:creator>sarathi_pm</dc:creator>
      <dc:date>2014-03-17T16:38:04Z</dc:date>
    </item>
    <item>
      <title>Re: PptObject.Visible = False ---not working in macro</title>
      <link>https://community.qlik.com/t5/QlikView/PptObject-Visible-False-not-working-in-macro/m-p/584190#M1108892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see on the web that you can't set PPT to visible=false and then select things.&lt;/P&gt;&lt;P&gt;The article says that you can open PPT without a window, though.&lt;/P&gt;&lt;P&gt;&lt;A href="http://stackoverflow.com/questions/18667195/how-can-i-programmatically-open-powerpoint-without-seeing-the-window" title="http://stackoverflow.com/questions/18667195/how-can-i-programmatically-open-powerpoint-without-seeing-the-window"&gt;vbscript - How can I programmatically open Powerpoint without seeing the window? - Stack Overflow&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2014 19:46:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/PptObject-Visible-False-not-working-in-macro/m-p/584190#M1108892</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2014-03-17T19:46:00Z</dc:date>
    </item>
    <item>
      <title>Re: PptObject.Visible = False ---not working in macro</title>
      <link>https://community.qlik.com/t5/QlikView/PptObject-Visible-False-not-working-in-macro/m-p/584191#M1108893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the link Michael Woolf. It helped.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i am not able to see the powerpoint window opened. But i am facing another issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My code loops through the powerpoint slides and opens the chart data (the excel behind the chart) and updates the data in the excel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After implementing what you have suggested, the powerpoint window is invisible, but the excel window pops up .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea how to suppress the excel window to be invisible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sarathi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 05:46:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/PptObject-Visible-False-not-working-in-macro/m-p/584191#M1108893</guid>
      <dc:creator>sarathi_pm</dc:creator>
      <dc:date>2014-03-18T05:46:18Z</dc:date>
    </item>
  </channel>
</rss>

