<?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: Macro Error in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Macro-Error/m-p/1150463#M1252041</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With the above mentioned link you get a working example (and if you searched here in the community you will find some more). At first you adapt it for your sheets and objects and after you see how it practically worked you could extend it to your further needs (where you have already found a good starting point respectively a solution - see your first link) and where it shouldn't be too difficult to adapt the vba-syntax to the vbs-syntax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whereby I suggest to consider if not another output-format is more suitable for large (multi-page) tables - which I would store/export to excel/csv or print as PDF instead of plotting them into many PP slices.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Sep 2016 15:48:33 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2016-09-07T15:48:33Z</dc:date>
    <item>
      <title>Macro Error</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-Error/m-p/1150457#M1252030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I m not able to run the macro code present in any of link&lt;/P&gt;&lt;P&gt;&lt;A href="http://stackoverflow.com/questions/15745998/powerpoint-vba-new-slide-if-table-bottom-exceeds-the-bottom-of-the-slide" title="http://stackoverflow.com/questions/15745998/powerpoint-vba-new-slide-if-table-bottom-exceeds-the-bottom-of-the-slide" target="_blank"&gt;Powerpoint &amp;amp; VBA New slide if table bottom exceeds the bottom of the slide - Stack Overflow&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://stackoverflow.com/questions/30095153/in-vba-powerpoint-how-to-add-a-new-slide-to-an-empty-presentation?rq=1" title="http://stackoverflow.com/questions/30095153/in-vba-powerpoint-how-to-add-a-new-slide-to-an-empty-presentation?rq=1" target="_blank"&gt;in VBA powerpoint How to add a new slide to an empty presentation - Stack Overflow&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Did I miss something&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-Error/m-p/1150457#M1252030</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Macro Error</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-Error/m-p/1150458#M1252032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;QlikView macros are vbscript, not VBA.&amp;nbsp; The syntax is slightly different.&lt;/P&gt;&lt;P&gt;For instance, for the add new slide code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ActivePresentation.Slides.Add Index:=ActivePresentation.Slides.Count + 1, Layout:=ppLayoutCustom&lt;/P&gt;&lt;P&gt;would become something like:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ActivePresentation.Slides.Add(ActivePresentation.Slides.Count + 1, 32)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Sep 2016 17:19:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-Error/m-p/1150458#M1252032</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2016-09-06T17:19:14Z</dc:date>
    </item>
    <item>
      <title>Re: Macro Error</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-Error/m-p/1150459#M1252034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Take a look on this: &lt;A href="https://community.qlik.com/docs/DOC-3774"&gt;Automated PowerPoint Presentation Extraction&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Sep 2016 18:50:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-Error/m-p/1150459#M1252034</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-09-06T18:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: Macro Error</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-Error/m-p/1150460#M1252036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi MW,&lt;/P&gt;&lt;P&gt;I didint get your point .Where i need to change the code.Please elaborate&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2016 09:38:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-Error/m-p/1150460#M1252036</guid>
      <dc:creator />
      <dc:date>2016-09-07T09:38:02Z</dc:date>
    </item>
    <item>
      <title>Re: Macro Error</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-Error/m-p/1150461#M1252038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need shift the data of table into other slide whenever the data exceeds the bottom of the slide&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2016 09:39:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-Error/m-p/1150461#M1252038</guid>
      <dc:creator />
      <dc:date>2016-09-07T09:39:43Z</dc:date>
    </item>
    <item>
      <title>Re: Macro Error</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-Error/m-p/1150462#M1252040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pallavi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you share your screenshot, so that we finde very quickly the solution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;beck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2016 11:04:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-Error/m-p/1150462#M1252040</guid>
      <dc:creator>beck_bakytbek</dc:creator>
      <dc:date>2016-09-07T11:04:50Z</dc:date>
    </item>
    <item>
      <title>Re: Macro Error</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-Error/m-p/1150463#M1252041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With the above mentioned link you get a working example (and if you searched here in the community you will find some more). At first you adapt it for your sheets and objects and after you see how it practically worked you could extend it to your further needs (where you have already found a good starting point respectively a solution - see your first link) and where it shouldn't be too difficult to adapt the vba-syntax to the vbs-syntax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whereby I suggest to consider if not another output-format is more suitable for large (multi-page) tables - which I would store/export to excel/csv or print as PDF instead of plotting them into many PP slices.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2016 15:48:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-Error/m-p/1150463#M1252041</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-09-07T15:48:33Z</dc:date>
    </item>
    <item>
      <title>Re: Macro Error</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-Error/m-p/1150464#M1252042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcus ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your suggestion but this format is fixed by business team we can't change the format.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Sep 2016 03:59:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-Error/m-p/1150464#M1252042</guid>
      <dc:creator />
      <dc:date>2016-09-08T03:59:01Z</dc:date>
    </item>
  </channel>
</rss>

