<?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: Error with a macro in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Error-with-a-macro/m-p/1455954#M794770</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Below link might be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/213325"&gt;Macro to export multiple tables in to single excel&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Dec 2017 08:19:22 GMT</pubDate>
    <dc:creator>tamilarasu</dc:creator>
    <dc:date>2017-12-28T08:19:22Z</dc:date>
    <item>
      <title>Error with a macro</title>
      <link>https://community.qlik.com/t5/QlikView/Error-with-a-macro/m-p/1455953#M794769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, Merry Christmas and happy holidays!&lt;BR /&gt;I'm having an issue with a macro that exports some tables from QlikView to an Excel document. &lt;BR /&gt;I'm trying to do some coloring in all of its sheets, as per customer's requirements, but I keep getting "Expected end of statement" at this For loop, and I don't know why: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For i = 1 To 6&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; XLDoc.Sheets(i).Select&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; XLDoc.Sheets(i).Range("A1:C2,K1:Q2,Q3:Q37,Y1:AE2,AE1:AE19").Interior.Color = RGB(255,255,0)&lt;/P&gt;&lt;P&gt;next i&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas? I'm new to VBA so I'll appreciate all the help I can get &lt;/P&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/Error-with-a-macro/m-p/1455953#M794769</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Error with a macro</title>
      <link>https://community.qlik.com/t5/QlikView/Error-with-a-macro/m-p/1455954#M794770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Below link might be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/213325"&gt;Macro to export multiple tables in to single excel&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 08:19:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-with-a-macro/m-p/1455954#M794770</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2017-12-28T08:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: Error with a macro</title>
      <link>https://community.qlik.com/t5/QlikView/Error-with-a-macro/m-p/1455955#M794771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;QlikView does not use the VBA (Visual Basic for Applications). It supports the&amp;nbsp; VBS (Visual Basic Script) which is the little brother of VBA. Not as capable. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VBS syntax does not support the variable name after the NEXT statement. It supports only the Next. So simply by removing the &lt;STRONG&gt;i&lt;/STRONG&gt; after Next your syntax error will be gone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2017-12-28 10_29_47-Edit Module.png" class="jive-image image-1" src="/legacyfs/online/188346_2017-12-28 10_29_47-Edit Module.png" style="height: 360px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 09:34:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-with-a-macro/m-p/1455955#M794771</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2017-12-28T09:34:14Z</dc:date>
    </item>
    <item>
      <title>Re: Error with a macro</title>
      <link>https://community.qlik.com/t5/QlikView/Error-with-a-macro/m-p/1455956#M794772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This explains a lot...&lt;BR /&gt;Thanks for the info.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 09:49:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-with-a-macro/m-p/1455956#M794772</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-28T09:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: Error with a macro</title>
      <link>https://community.qlik.com/t5/QlikView/Error-with-a-macro/m-p/2043022#M1222799</link>
      <description>&lt;P&gt;Hi&amp;nbsp; &amp;nbsp;Peter,&lt;/P&gt;
&lt;P&gt;QlikView license is automatically converted to personal edition during run time of automatic scheduled&amp;nbsp; jobs.&lt;/P&gt;
&lt;P&gt;And the jobs are carrying the macro programming .the above error is comming.Please help with the solution.&lt;/P&gt;
&lt;P&gt;but we are getting this&amp;nbsp; error around 500+ report a day we are getting this during every batch file run.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="YUVARAJ_0-1677574574564.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/101529iFA929A8B609CB0B4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="YUVARAJ_0-1677574574564.png" alt="YUVARAJ_0-1677574574564.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Yuvaraj G&lt;/P&gt;
&lt;P&gt;&lt;A href="mailto:Yuvarajqlik1994@gmail" target="_blank"&gt;Yuvarajqlik1994@gmail.com&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV class="lia-message-author-rank lia-component-author-rank lia-component-message-view-widget-author-rank"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Tue, 28 Feb 2023 09:08:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-with-a-macro/m-p/2043022#M1222799</guid>
      <dc:creator>YUVARAJ</dc:creator>
      <dc:date>2023-02-28T09:08:10Z</dc:date>
    </item>
  </channel>
</rss>

