<?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: Vbs in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Vbs/m-p/1351013#M840630</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think there is any pre requirement.. Can you try the below link and let us know:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" data-containerid="2051" data-containertype="14" data-objectid="200429" data-objecttype="1" href="https://community.qlik.com/thread/200429"&gt;&lt;SPAN style="color: #0000ff; text-decoration: underline;"&gt;https://community.qlik.com/thread/200429&lt;/SPAN&gt;&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 May 2017 18:22:45 GMT</pubDate>
    <dc:creator>trdandamudi</dc:creator>
    <dc:date>2017-05-02T18:22:45Z</dc:date>
    <item>
      <title>Vbs</title>
      <link>https://community.qlik.com/t5/QlikView/Vbs/m-p/1351006#M840619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;P&gt;Hi everyone, &lt;/P&gt;&lt;P&gt;I am trying to create a ppt file from qlikdashboard usind vb script in the action tab. In qlik desktop version .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When ever i click the macro button my qlikfile is going into not responding mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried&amp;nbsp; a simple create object function to open ppt. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have given the mode as system access and still not able to execute the script. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone please help me in fixing this issue. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Vbs/m-p/1351006#M840619</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Vbs</title>
      <link>https://community.qlik.com/t5/QlikView/Vbs/m-p/1351007#M840620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please post your vbscript, or even better, a sample qvw.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 May 2017 15:19:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Vbs/m-p/1351007#M840620</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2017-05-02T15:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: Vbs</title>
      <link>https://community.qlik.com/t5/QlikView/Vbs/m-p/1351008#M840622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hope the below link will help:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/thread/200429"&gt;https://community.qlik.com/thread/200429&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 May 2017 15:23:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Vbs/m-p/1351008#M840622</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2017-05-02T15:23:28Z</dc:date>
    </item>
    <item>
      <title>Re: Vbs</title>
      <link>https://community.qlik.com/t5/QlikView/Vbs/m-p/1351009#M840624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;P&gt;Sub ExportPPT&amp;nbsp; &lt;/P&gt;&lt;P&gt;Set objPPT = CreateObject("PowerPoint.Application")&amp;nbsp; &lt;/P&gt;&lt;P&gt;objPPT.Visible = True &lt;/P&gt;&lt;P&gt;End sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a simple script which is used to open an empty ppt file.&amp;nbsp; When i run this my qlikfile is not responding.&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 May 2017 15:31:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Vbs/m-p/1351009#M840624</guid>
      <dc:creator />
      <dc:date>2017-05-02T15:31:21Z</dc:date>
    </item>
    <item>
      <title>Re: Vbs</title>
      <link>https://community.qlik.com/t5/QlikView/Vbs/m-p/1351010#M840626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your code does work on my side. It opens a blank power point...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 May 2017 15:36:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Vbs/m-p/1351010#M840626</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2017-05-02T15:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: Vbs</title>
      <link>https://community.qlik.com/t5/QlikView/Vbs/m-p/1351011#M840627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;P&gt;Hi Tirumala, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thats the problem i am facing.&amp;nbsp; This code is working for many people.&amp;nbsp; If i run this my application is hanging. I want to know if i have to do some pre requirements check before running this.&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 May 2017 16:27:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Vbs/m-p/1351011#M840627</guid>
      <dc:creator />
      <dc:date>2017-05-02T16:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: Vbs</title>
      <link>https://community.qlik.com/t5/QlikView/Vbs/m-p/1351012#M840629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A standard method of finding the error is to place msgboxes between the lines of code, something like this:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sub ExportPPT &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; msgbox "1"&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Set objPPT = CreateObject("PowerPoint.Application") &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; msgbox "2"&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; objPPT.Visible = True&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; msgbox "3"&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;End sub&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;When you run the macro, if you see msgbox "1" and not msgbox "2", you know the problem is with the CreateObject line.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;If you see msgbox "2" and not msgbox "3", you know the problem is with the .Visible line.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Since this code is not Qlikview specific, you can create a .vbs file and run it outside of QlikView. I presume it will fail in the same manner. If the problem is not in QlikView, then you start looking at your installation of Microsoft Office.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 May 2017 16:37:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Vbs/m-p/1351012#M840629</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2017-05-02T16:37:57Z</dc:date>
    </item>
    <item>
      <title>Re: Vbs</title>
      <link>https://community.qlik.com/t5/QlikView/Vbs/m-p/1351013#M840630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think there is any pre requirement.. Can you try the below link and let us know:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" data-containerid="2051" data-containertype="14" data-objectid="200429" data-objecttype="1" href="https://community.qlik.com/thread/200429"&gt;&lt;SPAN style="color: #0000ff; text-decoration: underline;"&gt;https://community.qlik.com/thread/200429&lt;/SPAN&gt;&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 May 2017 18:22:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Vbs/m-p/1351013#M840630</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2017-05-02T18:22:45Z</dc:date>
    </item>
  </channel>
</rss>

