<?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 hangs on executing in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Macro-hangs-on-executing/m-p/1442506#M610748</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure, no problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Oct 2017 16:51:11 GMT</pubDate>
    <dc:creator>felipedl</dc:creator>
    <dc:date>2017-10-26T16:51:11Z</dc:date>
    <item>
      <title>Macro hangs on executing</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-hangs-on-executing/m-p/1442503#M610745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;I have the following problem. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;I have a macro that export some images of some sheets on my project.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;It's working fine but sometimes it hangs on executing with the following mensage: "Executando macro" ( My QlikView is in portuguese) - It would be similar to "Macro Running".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;After restart QlikViel for about 4 times it runs properly again.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Can anyone help me?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Oct 2017 16:24:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-hangs-on-executing/m-p/1442503#M610745</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-26T16:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: Macro hangs on executing</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-hangs-on-executing/m-p/1442504#M610746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share the app or macro code João?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Oct 2017 16:43:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-hangs-on-executing/m-p/1442504#M610746</guid>
      <dc:creator>felipedl</dc:creator>
      <dc:date>2017-10-26T16:43:16Z</dc:date>
    </item>
    <item>
      <title>Re: Macro hangs on executing</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-hangs-on-executing/m-p/1442505#M610747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The app I can't, but the macro can I post here as txt file ok?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Oct 2017 16:45:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-hangs-on-executing/m-p/1442505#M610747</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-26T16:45:01Z</dc:date>
    </item>
    <item>
      <title>Re: Macro hangs on executing</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-hangs-on-executing/m-p/1442506#M610748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure, no problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Oct 2017 16:51:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-hangs-on-executing/m-p/1442506#M610748</guid>
      <dc:creator>felipedl</dc:creator>
      <dc:date>2017-10-26T16:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: Macro hangs on executing</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-hangs-on-executing/m-p/1442507#M610749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There it is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--------------------------------------------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub ReloadDoc&lt;/P&gt;&lt;P&gt;ActiveDocument.Reload&lt;/P&gt;&lt;P&gt;ActiveDocument.Save&lt;/P&gt;&lt;P&gt;End sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;' Grupo do Rio de janeiro (1 a 20)&lt;/P&gt;&lt;P&gt;FUNCTION ExportObjectToJpg1&lt;/P&gt;&lt;P&gt;if ActiveDocument.Variables("vIncrement").getcontent.string &amp;lt;= ActiveDocument.Variables("vSheets").getcontent.string then&lt;/P&gt;&lt;P&gt;Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;ActiveDocument.Sheets("SH01").ExportBitmapToFile "I:\SUP - QUALIDADE\DashboardOTRS\Imagens\Dashb1.png"&lt;/P&gt;&lt;P&gt;Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;Increment()&lt;/P&gt;&lt;P&gt;END FUNCTION&lt;/P&gt;&lt;P&gt;FUNCTION ExportObjectToJpg2&lt;/P&gt;&lt;P&gt;if ActiveDocument.Variables("vIncrement").getcontent.string &amp;lt;= ActiveDocument.Variables("vSheets").getcontent.string then&lt;/P&gt;&lt;P&gt;Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;ActiveDocument.Sheets("SH22").ExportBitmapToFile "I:\SUP - QUALIDADE\DashboardOTRS\Imagens\Dash2.png"&lt;/P&gt;&lt;P&gt;Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;Increment()&lt;/P&gt;&lt;P&gt;END FUNCTION&lt;/P&gt;&lt;P&gt;FUNCTION ExportObjectToJpg3&lt;/P&gt;&lt;P&gt;if ActiveDocument.Variables("vIncrement").getcontent.string &amp;lt;= ActiveDocument.Variables("vSheets").getcontent.string then&lt;/P&gt;&lt;P&gt;Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;ActiveDocument.Sheets("SH333").ExportBitmapToFile "I:\SUP - QUALIDADE\DashboardOTRS\Imagens\Dashb3.png"&lt;/P&gt;&lt;P&gt;Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;Increment()&lt;/P&gt;&lt;P&gt;END FUNCTION&lt;/P&gt;&lt;P&gt;FUNCTION ExportObjectToJpg4&lt;/P&gt;&lt;P&gt;if ActiveDocument.Variables("vIncrement").getcontent.string &amp;lt;= ActiveDocument.Variables("vSheets").getcontent.string then&lt;/P&gt;&lt;P&gt;Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;ActiveDocument.Sheets("SH04").ExportBitmapToFile "I:\SUP - QUALIDADE\DashboardOTRS\Imagens\Dashb4.png"&lt;/P&gt;&lt;P&gt;Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;Increment()&lt;/P&gt;&lt;P&gt;END FUNCTION&lt;/P&gt;&lt;P&gt;FUNCTION ExportObjectToJpg5&lt;/P&gt;&lt;P&gt;if ActiveDocument.Variables("vIncrement").getcontent.string &amp;lt;= ActiveDocument.Variables("vSheets").getcontent.string then&lt;/P&gt;&lt;P&gt;Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;ActiveDocument.Sheets("SH05").ExportBitmapToFile "I:\SUP - QUALIDADE\DashboardOTRS\Imagens\Dashb5.png"&lt;/P&gt;&lt;P&gt;Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;Increment()&lt;/P&gt;&lt;P&gt;END FUNCTION&lt;/P&gt;&lt;P&gt;FUNCTION ExportObjectToJpg6&lt;/P&gt;&lt;P&gt;if ActiveDocument.Variables("vIncrement").getcontent.string &amp;lt;= ActiveDocument.Variables("vSheets").getcontent.string then&lt;/P&gt;&lt;P&gt;Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;ActiveDocument.Sheets("SH66").ExportBitmapToFile "I:\SUP - QUALIDADE\DashboardOTRS\Imagens\Dashb6.png"&lt;/P&gt;&lt;P&gt;Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;Increment()&lt;/P&gt;&lt;P&gt;END FUNCTION&lt;/P&gt;&lt;P&gt;FUNCTION ExportObjectToJpg7&lt;/P&gt;&lt;P&gt;if ActiveDocument.Variables("vIncrement").getcontent.string &amp;lt;= ActiveDocument.Variables("vSheets").getcontent.string then&lt;/P&gt;&lt;P&gt;Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;ActiveDocument.Sheets("SH77").ExportBitmapToFile "I:\SUP - QUALIDADE\DashboardOTRS\Imagens\Dashb7.png"&lt;/P&gt;&lt;P&gt;Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;Increment()&lt;/P&gt;&lt;P&gt;END FUNCTION&lt;/P&gt;&lt;P&gt;FUNCTION ExportObjectToJpg8&lt;/P&gt;&lt;P&gt;if ActiveDocument.Variables("vIncrement").getcontent.string &amp;lt;= ActiveDocument.Variables("vSheets").getcontent.string then&lt;/P&gt;&lt;P&gt;Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;ActiveDocument.Sheets("SH08").ExportBitmapToFile "I:\SUP - QUALIDADE\DashboardOTRS\Imagens\Dashb8.png"&lt;/P&gt;&lt;P&gt;Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;Increment()&lt;/P&gt;&lt;P&gt;END FUNCTION&lt;/P&gt;&lt;P&gt;FUNCTION ExportObjectToJpg9&lt;/P&gt;&lt;P&gt;if ActiveDocument.Variables("vIncrement").getcontent.string &amp;lt;= ActiveDocument.Variables("vSheets").getcontent.string then&lt;/P&gt;&lt;P&gt;Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;ActiveDocument.Sheets("SH09").ExportBitmapToFile "I:\SUP - QUALIDADE\DashboardOTRS\Imagens\Dashb9.png"&lt;/P&gt;&lt;P&gt;Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;Increment()&lt;/P&gt;&lt;P&gt;END FUNCTION&lt;/P&gt;&lt;P&gt;FUNCTION ExportObjectToJpg10&lt;/P&gt;&lt;P&gt;if ActiveDocument.Variables("vIncrement").getcontent.string &amp;lt;= ActiveDocument.Variables("vSheets").getcontent.string then&lt;/P&gt;&lt;P&gt;Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;ActiveDocument.Sheets("SH10").ExportBitmapToFile "I:\SUP - QUALIDADE\DashboardOTRS\Imagens\Dashb10.png"&lt;/P&gt;&lt;P&gt;Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;Increment()&lt;/P&gt;&lt;P&gt;END FUNCTION&lt;/P&gt;&lt;P&gt;FUNCTION ExportObjectToJpg11&lt;/P&gt;&lt;P&gt;if ActiveDocument.Variables("vIncrement").getcontent.string &amp;lt;= ActiveDocument.Variables("vSheets").getcontent.string then&lt;/P&gt;&lt;P&gt;Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;ActiveDocument.Sheets("SH11").ExportBitmapToFile "I:\SUP - QUALIDADE\DashboardOTRS\Imagens\Dashb11.png"&lt;/P&gt;&lt;P&gt;Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;Increment()&lt;/P&gt;&lt;P&gt;END FUNCTION&lt;/P&gt;&lt;P&gt;FUNCTION ExportObjectToJpg12&lt;/P&gt;&lt;P&gt;if ActiveDocument.Variables("vIncrement").getcontent.string &amp;lt;= ActiveDocument.Variables("vSheets").getcontent.string then&lt;/P&gt;&lt;P&gt;Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;ActiveDocument.Sheets("SH122").ExportBitmapToFile "I:\SUP - QUALIDADE\DashboardOTRS\Imagens\Dashb12.png"&lt;/P&gt;&lt;P&gt;Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;Increment()&lt;/P&gt;&lt;P&gt;END FUNCTION&lt;/P&gt;&lt;P&gt;FUNCTION ExportObjectToJpg13&lt;/P&gt;&lt;P&gt;if ActiveDocument.Variables("vIncrement").getcontent.string &amp;lt;= ActiveDocument.Variables("vSheets").getcontent.string then&lt;/P&gt;&lt;P&gt;Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;ActiveDocument.Sheets("SH133").ExportBitmapToFile "I:\SUP - QUALIDADE\DashboardOTRS\Imagens\Dashb13.png"&lt;/P&gt;&lt;P&gt;Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;Increment()&lt;/P&gt;&lt;P&gt;END FUNCTION&lt;/P&gt;&lt;P&gt;FUNCTION ExportObjectToJpg14&lt;/P&gt;&lt;P&gt;if ActiveDocument.Variables("vIncrement").getcontent.string &amp;lt;= ActiveDocument.Variables("vSheets").getcontent.string then&lt;/P&gt;&lt;P&gt;Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;ActiveDocument.Sheets("SH144").ExportBitmapToFile "I:\SUP - QUALIDADE\DashboardOTRS\Imagens\Dashb14.png"&lt;/P&gt;&lt;P&gt;Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;Increment()&lt;/P&gt;&lt;P&gt;END FUNCTION&lt;/P&gt;&lt;P&gt;FUNCTION ExportObjectToJpg15&lt;/P&gt;&lt;P&gt;if ActiveDocument.Variables("vIncrement").getcontent.string &amp;lt;= ActiveDocument.Variables("vSheets").getcontent.string then&lt;/P&gt;&lt;P&gt;Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;ActiveDocument.Sheets("SH15").ExportBitmapToFile "I:\SUP - QUALIDADE\DashboardOTRS\Imagens\Dashb15.png"&lt;/P&gt;&lt;P&gt;Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;Increment()&lt;/P&gt;&lt;P&gt;END FUNCTION&lt;/P&gt;&lt;P&gt;FUNCTION ExportObjectToJpg16&lt;/P&gt;&lt;P&gt;if ActiveDocument.Variables("vIncrement").getcontent.string &amp;lt;= ActiveDocument.Variables("vSheets").getcontent.string then&lt;/P&gt;&lt;P&gt;Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;ActiveDocument.Sheets("SH16").ExportBitmapToFile "I:\SUP - QUALIDADE\DashboardOTRS\Imagens\Dashb16.png"&lt;/P&gt;&lt;P&gt;Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;Increment()&lt;/P&gt;&lt;P&gt;END FUNCTION&lt;/P&gt;&lt;P&gt;FUNCTION ExportObjectToJpg17&lt;/P&gt;&lt;P&gt;if ActiveDocument.Variables("vIncrement").getcontent.string &amp;lt;= ActiveDocument.Variables("vSheets").getcontent.string then&lt;/P&gt;&lt;P&gt;Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;ActiveDocument.Sheets("SH17").ExportBitmapToFile "I:\SUP - QUALIDADE\DashboardOTRS\Imagens\Dashb17.png"&lt;/P&gt;&lt;P&gt;Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;Increment()&lt;/P&gt;&lt;P&gt;END FUNCTION&lt;/P&gt;&lt;P&gt;FUNCTION ExportObjectToJpg18&lt;/P&gt;&lt;P&gt;if ActiveDocument.Variables("vIncrement").getcontent.string &amp;lt; ActiveDocument.Variables("vSheets").getcontent.string then&lt;/P&gt;&lt;P&gt;Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;ActiveDocument.Sheets("SH18").ExportBitmapToFile "I:\SUP - QUALIDADE\DashboardOTRS\Imagens\Dashb18.png"&lt;/P&gt;&lt;P&gt;Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;Increment()&lt;/P&gt;&lt;P&gt;END FUNCTION&lt;/P&gt;&lt;P&gt;FUNCTION ExportObjectToJpg19&lt;/P&gt;&lt;P&gt;if ActiveDocument.Variables("vIncrement").getcontent.string &amp;lt;= ActiveDocument.Variables("vSheets").getcontent.string then&lt;/P&gt;&lt;P&gt;Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;ActiveDocument.Sheets("SH19").ExportBitmapToFile "I:\SUP - QUALIDADE\DashboardOTRS\Imagens\Dashb19.png"&lt;/P&gt;&lt;P&gt;Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;Increment()&lt;/P&gt;&lt;P&gt;END FUNCTION&lt;/P&gt;&lt;P&gt;FUNCTION ExportObjectToJpg20&lt;/P&gt;&lt;P&gt;if ActiveDocument.Variables("vIncrement").getcontent.string &amp;lt;= ActiveDocument.Variables("vSheets").getcontent.string then&lt;/P&gt;&lt;P&gt;Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;ActiveDocument.Sheets("SH20").ExportBitmapToFile "I:\SUP - QUALIDADE\DashboardOTRS\Imagens\Dashb20.png"&lt;/P&gt;&lt;P&gt;Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;Increment()&lt;/P&gt;&lt;P&gt;END FUNCTION&lt;/P&gt;&lt;P&gt;FUNCTION ExportObjectToJpg21&lt;/P&gt;&lt;P&gt;if ActiveDocument.Variables("vIncrement").getcontent.string &amp;lt;= ActiveDocument.Variables("vSheets").getcontent.string then&lt;/P&gt;&lt;P&gt;Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;ActiveDocument.Sheets("SH21").ExportBitmapToFile "I:\SUP - QUALIDADE\DashboardOTRS\Imagens\Dashb21.png"&lt;/P&gt;&lt;P&gt;Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;Increment()&lt;/P&gt;&lt;P&gt;END FUNCTION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUNCTION ExportObjectToJpg22&lt;/P&gt;&lt;P&gt;if ActiveDocument.Variables("vIncrement").getcontent.string &amp;lt;= ActiveDocument.Variables("vSheets").getcontent.string then&lt;/P&gt;&lt;P&gt;Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;ActiveDocument.Sheets("SH334").ExportBitmapToFile "\\quality.ad\Arquivos\VOL1\SUP - QUALIDADE\Dashboard_diretoria\Imagens\Dashb22.png"&lt;/P&gt;&lt;P&gt;Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;Increment()&lt;/P&gt;&lt;P&gt;END FUNCTION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUNCTION ExportObjectToJpg23&lt;/P&gt;&lt;P&gt;if ActiveDocument.Variables("vIncrement").getcontent.string &amp;lt;= ActiveDocument.Variables("vSheets").getcontent.string then&lt;/P&gt;&lt;P&gt;Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;ActiveDocument.Sheets("SH335").ExportBitmapToFile "\\quality.ad\Arquivos\VOL1\SUP - QUALIDADE\Dashboard_diretoria\Imagens\Dashb23.png"&lt;/P&gt;&lt;P&gt;Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;Increment()&lt;/P&gt;&lt;P&gt;END FUNCTION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUNCTION ExportObjectToJpg24&lt;/P&gt;&lt;P&gt;if ActiveDocument.Variables("vIncrement").getcontent.string &amp;lt;= ActiveDocument.Variables("vSheets").getcontent.string then&lt;/P&gt;&lt;P&gt;Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;ActiveDocument.Sheets("SH336").ExportBitmapToFile "\\quality.ad\Arquivos\VOL1\SUP - QUALIDADE\Dashboard_diretoria\Imagens\Dashb24.png"&lt;/P&gt;&lt;P&gt;Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;Increment()&lt;/P&gt;&lt;P&gt;END FUNCTION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUNCTION ExportObjectToJpg25&lt;/P&gt;&lt;P&gt;if ActiveDocument.Variables("vIncrement").getcontent.string &amp;lt;= ActiveDocument.Variables("vSheets").getcontent.string then&lt;/P&gt;&lt;P&gt;Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;ActiveDocument.Sheets("SH337").ExportBitmapToFile "I:\SUP - QUALIDADE\DashboardOTRS\Imagens\Dashb25.png"&lt;/P&gt;&lt;P&gt;Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;Increment()&lt;/P&gt;&lt;P&gt;END FUNCTION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUNCTION ExportObjectToJpg26&lt;/P&gt;&lt;P&gt;if ActiveDocument.Variables("vIncrement").getcontent.string &amp;lt;= ActiveDocument.Variables("vSheets").getcontent.string then&lt;/P&gt;&lt;P&gt;Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;ActiveDocument.Sheets("SH338").ExportBitmapToFile "I:\SUP - QUALIDADE\DashboardOTRS\Imagens\Dashb26.png"&lt;/P&gt;&lt;P&gt;Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;Increment()&lt;/P&gt;&lt;P&gt;END FUNCTION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUNCTION ExportObjectToJpg27&lt;/P&gt;&lt;P&gt;if ActiveDocument.Variables("vIncrement").getcontent.string &amp;lt;= ActiveDocument.Variables("vSheets").getcontent.string then&lt;/P&gt;&lt;P&gt;Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;ActiveDocument.Sheets("SH339").ExportBitmapToFile "I:\SUP - QUALIDADE\DashboardOTRS\Imagens\Dashb27.png"&lt;/P&gt;&lt;P&gt;Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;Increment()&lt;/P&gt;&lt;P&gt;END FUNCTION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUNCTION ExportObjectToJpg28&lt;/P&gt;&lt;P&gt;if ActiveDocument.Variables("vIncrement").getcontent.string &amp;lt;= ActiveDocument.Variables("vSheets").getcontent.string then&lt;/P&gt;&lt;P&gt;Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;ActiveDocument.Sheets("SH340").ExportBitmapToFile "I:\SUP - QUALIDADE\Dashboard_BHG\Imagens\Dashb28_BHG_01.png"&lt;/P&gt;&lt;P&gt;Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;Increment()&lt;/P&gt;&lt;P&gt;END FUNCTION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUNCTION ExportObjectToJpg29&lt;/P&gt;&lt;P&gt;if ActiveDocument.Variables("vIncrement").getcontent.string &amp;lt;= ActiveDocument.Variables("vSheets").getcontent.string then&lt;/P&gt;&lt;P&gt;Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;ActiveDocument.Sheets("SH341").ExportBitmapToFile "I:\SUP - QUALIDADE\Dashboard_BHG\Imagens\Dashb29_BHG_02.png"&lt;/P&gt;&lt;P&gt;Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;Increment()&lt;/P&gt;&lt;P&gt;END FUNCTION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUNCTION ExportObjectToJpg30&lt;/P&gt;&lt;P&gt;if ActiveDocument.Variables("vIncrement").getcontent.string &amp;lt;= ActiveDocument.Variables("vSheets").getcontent.string then&lt;/P&gt;&lt;P&gt;Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;ActiveDocument.Sheets("SH342").ExportBitmapToFile "I:\SUP - QUALIDADE\Dashboard_BHG\Imagens\Dashb30_BHG_03.png"&lt;/P&gt;&lt;P&gt;Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;Increment()&lt;/P&gt;&lt;P&gt;END FUNCTION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUNCTION ExportObjectToJpg31&lt;/P&gt;&lt;P&gt;if ActiveDocument.Variables("vIncrement").getcontent.string &amp;lt;= ActiveDocument.Variables("vSheets").getcontent.string then&lt;/P&gt;&lt;P&gt;Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;ActiveDocument.Sheets("SH343").ExportBitmapToFile "I:\SUP - QUALIDADE\Dashboard_BHG\Imagens\Dashb31_BHG_04.png"&lt;/P&gt;&lt;P&gt;Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;Increment()&lt;/P&gt;&lt;P&gt;END FUNCTION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUNCTION ExportObjectToJpg32&lt;/P&gt;&lt;P&gt;if ActiveDocument.Variables("vIncrement").getcontent.string &amp;lt;= ActiveDocument.Variables("vSheets").getcontent.string then&lt;/P&gt;&lt;P&gt;Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;ActiveDocument.Sheets("SH344").ExportBitmapToFile "I:\SUP - QUALIDADE\Dashboard_BHG\Imagens\Dashb32_BHG_05.png"&lt;/P&gt;&lt;P&gt;Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;Increment()&lt;/P&gt;&lt;P&gt;END FUNCTION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUNCTION ExportObjectToJpg33&lt;/P&gt;&lt;P&gt;if ActiveDocument.Variables("vIncrement").getcontent.string &amp;lt;= ActiveDocument.Variables("vSheets").getcontent.string then&lt;/P&gt;&lt;P&gt;Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;ActiveDocument.Sheets("SH345").ExportBitmapToFile "I:\SUP - QUALIDADE\Dashboard_GRU\Imagens\Dashb33_GRU_01.png"&lt;/P&gt;&lt;P&gt;Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;Increment()&lt;/P&gt;&lt;P&gt;END FUNCTION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUNCTION ExportObjectToJpg34&lt;/P&gt;&lt;P&gt;if ActiveDocument.Variables("vIncrement").getcontent.string &amp;lt;= ActiveDocument.Variables("vSheets").getcontent.string then&lt;/P&gt;&lt;P&gt;Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;ActiveDocument.Sheets("SH346").ExportBitmapToFile "I:\SUP - QUALIDADE\Dashboard_GRU\Imagens\Dashb34_GRU_02.png"&lt;/P&gt;&lt;P&gt;Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;Increment()&lt;/P&gt;&lt;P&gt;END FUNCTION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUNCTION ExportObjectToJpg35&lt;/P&gt;&lt;P&gt;if ActiveDocument.Variables("vIncrement").getcontent.string &amp;lt;= ActiveDocument.Variables("vSheets").getcontent.string then&lt;/P&gt;&lt;P&gt;Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;ActiveDocument.Sheets("SH347").ExportBitmapToFile "I:\SUP - QUALIDADE\Dashboard_GRU\Imagens\Dashb35_GRU_03.png"&lt;/P&gt;&lt;P&gt;Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;Increment()&lt;/P&gt;&lt;P&gt;END FUNCTION&lt;/P&gt;&lt;P&gt;FUNCTION ExportObjectToJpg36&lt;/P&gt;&lt;P&gt;if ActiveDocument.Variables("vIncrement").getcontent.string &amp;lt;= ActiveDocument.Variables("vSheets").getcontent.string then&lt;/P&gt;&lt;P&gt;Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;ActiveDocument.Sheets("SH348").ExportBitmapToFile "I:\SUP - QUALIDADE\Dashboard_GRU\Imagens\Dashb36_GRU_04.png"&lt;/P&gt;&lt;P&gt;Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;Increment()&lt;/P&gt;&lt;P&gt;END FUNCTION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUNCTION ExportObjectToJpg37&lt;/P&gt;&lt;P&gt;if ActiveDocument.Variables("vIncrement").getcontent.string &amp;lt;= ActiveDocument.Variables("vSheets").getcontent.string then&lt;/P&gt;&lt;P&gt;Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;ActiveDocument.Sheets("SH349").ExportBitmapToFile "I:\SUP - QUALIDADE\Dashboard_GRU\Imagens\Dashb37_GRU_05.png"&lt;/P&gt;&lt;P&gt;Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;Increment()&lt;/P&gt;&lt;P&gt;END FUNCTION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUNCTION ExportObjectToJpg38&lt;/P&gt;&lt;P&gt;if ActiveDocument.Variables("vIncrement").getcontent.string &amp;lt;= ActiveDocument.Variables("vSheets").getcontent.string then&lt;/P&gt;&lt;P&gt;Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;ActiveDocument.Sheets("SH350").ExportBitmapToFile "I:\SUP - QUALIDADE\Dashboard_FOTOTICA\Imagens\Dashb38_FOTOTICA_01.png"&lt;/P&gt;&lt;P&gt;Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;Increment()&lt;/P&gt;&lt;P&gt;END FUNCTION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUNCTION ExportObjectToJpg39&lt;/P&gt;&lt;P&gt;if ActiveDocument.Variables("vIncrement").getcontent.string &amp;lt;= ActiveDocument.Variables("vSheets").getcontent.string then&lt;/P&gt;&lt;P&gt;Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;ActiveDocument.Sheets("SH351").ExportBitmapToFile "I:\SUP - QUALIDADE\Dashboard_FOTOTICA\Imagens\Dashb39_FOTOTICA_02.png"&lt;/P&gt;&lt;P&gt;Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;Increment()&lt;/P&gt;&lt;P&gt;END FUNCTION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUNCTION ExportObjectToJpg40&lt;/P&gt;&lt;P&gt;if ActiveDocument.Variables("vIncrement").getcontent.string &amp;lt;= ActiveDocument.Variables("vSheets").getcontent.string then&lt;/P&gt;&lt;P&gt;Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;ActiveDocument.Sheets("SH352").ExportBitmapToFile "I:\SUP - QUALIDADE\Dashboard_FOTOTICA\Imagens\Dashb40_FOTOTICA_03.png"&lt;/P&gt;&lt;P&gt;Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;Increment()&lt;/P&gt;&lt;P&gt;END FUNCTION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUNCTION ExportObjectToJpg41&lt;/P&gt;&lt;P&gt;if ActiveDocument.Variables("vIncrement").getcontent.string &amp;lt;= ActiveDocument.Variables("vSheets").getcontent.string then&lt;/P&gt;&lt;P&gt;Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;ActiveDocument.Sheets("SH353").ExportBitmapToFile "I:\SUP - QUALIDADE\Dashboard_FOTOTICA\Imagens\Dashb41_FOTOTICA_04.png"&lt;/P&gt;&lt;P&gt;Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;Increment()&lt;/P&gt;&lt;P&gt;END FUNCTION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUNCTION ExportObjectToJpg42&lt;/P&gt;&lt;P&gt;if ActiveDocument.Variables("vIncrement").getcontent.string &amp;lt;= ActiveDocument.Variables("vSheets").getcontent.string then&lt;/P&gt;&lt;P&gt;Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;ActiveDocument.Sheets("SH354").ExportBitmapToFile "I:\SUP - QUALIDADE\Dashboard_FOTOTICA\Imagens\Dashb42_FOTOTICA_05.png"&lt;/P&gt;&lt;P&gt;Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;Increment()&lt;/P&gt;&lt;P&gt;END FUNCTION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'''' always create a new page change the number of the variable vSheets to a total amount of pages&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub Increment &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; TheVal = ActiveDocument.Variables("vIncrement").getcontent.string &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; TheVal = TheVal + 1 &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; ActiveDocument.Variables("vIncrement").SetContent TheVal, True &lt;/P&gt;&lt;P&gt;End sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--------------------------------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Oct 2017 16:55:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-hangs-on-executing/m-p/1442507#M610749</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-26T16:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: Macro hangs on executing</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-hangs-on-executing/m-p/1442508#M610750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi João,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try with the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;' Grupo do Rio de janeiro (1 a 20)&lt;/P&gt;&lt;P&gt;FUNCTION ExportObjectToJpg1&lt;/P&gt;&lt;P&gt;if ActiveDocument.Variables("vIncrement").getcontent.string &amp;lt;= ActiveDocument.Variables("vSheets").getcontent.string then&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;'Application.WaitForIdle()&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ActiveDocument.GetApplication.WaitForIdle&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;ActiveDocument.Sheets("SH01").ExportBitmapToFile "C:\Users\eferibe\Desktop\Teste\Dashb1.png"&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;'Application.WaitForIdle()&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;Increment()&lt;/P&gt;&lt;P&gt;END FUNCTION&lt;/P&gt;&lt;P&gt;FUNCTION ExportObjectToJpg2&lt;/P&gt;&lt;P&gt;if ActiveDocument.Variables("vIncrement").getcontent.string &amp;lt;= ActiveDocument.Variables("vSheets").getcontent.string then&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;'Application.WaitForIdle()&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ActiveDocument.GetApplication.WaitForIdle&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;ActiveDocument.Sheets("SH02").ExportBitmapToFile "C:\Users\eferibe\Desktop\Teste\Dash2.png"&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;'Application.WaitForIdle()&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bolded parts are the commands that I changed.&lt;BR /&gt;I only tested for two sheets in my example "SH01" and "SH02" and it worked fine.&lt;/P&gt;&lt;P&gt;My guess is that the second &lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Application.WaitForIdle() &lt;/STRONG&gt;you were putting was holding the macro somehow.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Edit the other macro parts as well, i've only done twice for testing purposes.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Felipe.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Oct 2017 17:10:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-hangs-on-executing/m-p/1442508#M610750</guid>
      <dc:creator>felipedl</dc:creator>
      <dc:date>2017-10-26T17:10:14Z</dc:date>
    </item>
    <item>
      <title>Re: Macro hangs on executing</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-hangs-on-executing/m-p/1442509#M610753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'll try and feed back you in a couple of days.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Oct 2017 17:25:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-hangs-on-executing/m-p/1442509#M610753</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-26T17:25:13Z</dc:date>
    </item>
    <item>
      <title>Re: Macro hangs on executing</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-hangs-on-executing/m-p/1442510#M610755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hopefully it helps &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Oct 2017 17:26:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-hangs-on-executing/m-p/1442510#M610755</guid>
      <dc:creator>felipedl</dc:creator>
      <dc:date>2017-10-26T17:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: Macro hangs on executing</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-hangs-on-executing/m-p/1442511#M610757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Felip,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It didn't worked, follows the script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub ReloadDoc&lt;/P&gt;&lt;P&gt;ActiveDocument.Reload&lt;/P&gt;&lt;P&gt;ActiveDocument.Save&lt;/P&gt;&lt;P&gt;End sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUNCTION ExportObjectToJpg1&lt;/P&gt;&lt;P&gt;if ActiveDocument.Variables("vIncrement").getcontent.string &amp;lt;= ActiveDocument.Variables("vSheets").getcontent.string then&lt;/P&gt;&lt;P&gt;'Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;ActiveDocument.GetApplication.WaitForIdle&lt;/P&gt;&lt;P&gt;ActiveDocument.Sheets("SH01").ExportBitmapToFile "I:\SUP - QUALIDADE\DashboardOTRS\Imagens\Dashb1.png"&lt;/P&gt;&lt;P&gt;'Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;Increment()&lt;/P&gt;&lt;P&gt;END FUNCTION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUNCTION ExportObjectToJpg2&lt;/P&gt;&lt;P&gt;if ActiveDocument.Variables("vIncrement").getcontent.string &amp;lt;= ActiveDocument.Variables("vSheets").getcontent.string then&lt;/P&gt;&lt;P&gt;'Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;ActiveDocument.GetApplication.WaitForIdle&lt;/P&gt;&lt;P&gt;ActiveDocument.Sheets("SH22").ExportBitmapToFile "I:\SUP - QUALIDADE\DashboardOTRS\Imagens\Dash2.png"&lt;/P&gt;&lt;P&gt;'Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;Increment()&lt;/P&gt;&lt;P&gt;END FUNCTION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUNCTION ExportObjectToJpg3&lt;/P&gt;&lt;P&gt;if ActiveDocument.Variables("vIncrement").getcontent.string &amp;lt;= ActiveDocument.Variables("vSheets").getcontent.string then&lt;/P&gt;&lt;P&gt;'Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;ActiveDocument.GetApplication.WaitForIdle&lt;/P&gt;&lt;P&gt;ActiveDocument.Sheets("SH333").ExportBitmapToFile "I:\SUP - QUALIDADE\DashboardOTRS\Imagens\Dashb3.png"&lt;/P&gt;&lt;P&gt;'Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;Increment()&lt;/P&gt;&lt;P&gt;END FUNCTION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUNCTION ExportObjectToJpg4&lt;/P&gt;&lt;P&gt;if ActiveDocument.Variables("vIncrement").getcontent.string &amp;lt;= ActiveDocument.Variables("vSheets").getcontent.string then&lt;/P&gt;&lt;P&gt;'Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;ActiveDocument.GetApplication.WaitForIdle&lt;/P&gt;&lt;P&gt;ActiveDocument.Sheets("SH04").ExportBitmapToFile "I:\SUP - QUALIDADE\DashboardOTRS\Imagens\Dashb4.png"&lt;/P&gt;&lt;P&gt;'Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;Increment()&lt;/P&gt;&lt;P&gt;END FUNCTION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUNCTION ExportObjectToJpg5&lt;/P&gt;&lt;P&gt;if ActiveDocument.Variables("vIncrement").getcontent.string &amp;lt;= ActiveDocument.Variables("vSheets").getcontent.string then&lt;/P&gt;&lt;P&gt;'Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;ActiveDocument.GetApplication.WaitForIdle&lt;/P&gt;&lt;P&gt;ActiveDocument.Sheets("SH05").ExportBitmapToFile "I:\SUP - QUALIDADE\DashboardOTRS\Imagens\Dashb5.png"&lt;/P&gt;&lt;P&gt;'Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;Increment()&lt;/P&gt;&lt;P&gt;END FUNCTION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUNCTION ExportObjectToJpg6&lt;/P&gt;&lt;P&gt;if ActiveDocument.Variables("vIncrement").getcontent.string &amp;lt;= ActiveDocument.Variables("vSheets").getcontent.string then&lt;/P&gt;&lt;P&gt;'Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;ActiveDocument.GetApplication.WaitForIdle&lt;/P&gt;&lt;P&gt;ActiveDocument.Sheets("SH66").ExportBitmapToFile "I:\SUP - QUALIDADE\DashboardOTRS\Imagens\Dashb6.png"&lt;/P&gt;&lt;P&gt;'Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;Increment()&lt;/P&gt;&lt;P&gt;END FUNCTION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUNCTION ExportObjectToJpg7&lt;/P&gt;&lt;P&gt;if ActiveDocument.Variables("vIncrement").getcontent.string &amp;lt;= ActiveDocument.Variables("vSheets").getcontent.string then&lt;/P&gt;&lt;P&gt;'Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;ActiveDocument.GetApplication.WaitForIdle&lt;/P&gt;&lt;P&gt;ActiveDocument.Sheets("SH77").ExportBitmapToFile "I:\SUP - QUALIDADE\DashboardOTRS\Imagens\Dashb7.png"&lt;/P&gt;&lt;P&gt;'Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;Increment()&lt;/P&gt;&lt;P&gt;END FUNCTION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUNCTION ExportObjectToJpg8&lt;/P&gt;&lt;P&gt;if ActiveDocument.Variables("vIncrement").getcontent.string &amp;lt;= ActiveDocument.Variables("vSheets").getcontent.string then&lt;/P&gt;&lt;P&gt;'Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;ActiveDocument.GetApplication.WaitForIdle&lt;/P&gt;&lt;P&gt;ActiveDocument.Sheets("SH08").ExportBitmapToFile "I:\SUP - QUALIDADE\DashboardOTRS\Imagens\Dashb8.png"&lt;/P&gt;&lt;P&gt;'Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;Increment()&lt;/P&gt;&lt;P&gt;END FUNCTION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUNCTION ExportObjectToJpg9&lt;/P&gt;&lt;P&gt;if ActiveDocument.Variables("vIncrement").getcontent.string &amp;lt;= ActiveDocument.Variables("vSheets").getcontent.string then&lt;/P&gt;&lt;P&gt;'Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;ActiveDocument.GetApplication.WaitForIdle&lt;/P&gt;&lt;P&gt;ActiveDocument.Sheets("SH09").ExportBitmapToFile "I:\SUP - QUALIDADE\DashboardOTRS\Imagens\Dashb9.png"&lt;/P&gt;&lt;P&gt;'Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;Increment()&lt;/P&gt;&lt;P&gt;END FUNCTION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUNCTION ExportObjectToJpg10&lt;/P&gt;&lt;P&gt;if ActiveDocument.Variables("vIncrement").getcontent.string &amp;lt;= ActiveDocument.Variables("vSheets").getcontent.string then&lt;/P&gt;&lt;P&gt;'Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;ActiveDocument.GetApplication.WaitForIdle&lt;/P&gt;&lt;P&gt;ActiveDocument.Sheets("SH10").ExportBitmapToFile "I:\SUP - QUALIDADE\DashboardOTRS\Imagens\Dashb10.png"&lt;/P&gt;&lt;P&gt;'Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;Increment()&lt;/P&gt;&lt;P&gt;END FUNCTION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUNCTION ExportObjectToJpg11&lt;/P&gt;&lt;P&gt;if ActiveDocument.Variables("vIncrement").getcontent.string &amp;lt;= ActiveDocument.Variables("vSheets").getcontent.string then&lt;/P&gt;&lt;P&gt;'Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;ActiveDocument.GetApplication.WaitForIdle&lt;/P&gt;&lt;P&gt;ActiveDocument.Sheets("SH11").ExportBitmapToFile "I:\SUP - QUALIDADE\DashboardOTRS\Imagens\Dashb11.png"&lt;/P&gt;&lt;P&gt;'Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;Increment()&lt;/P&gt;&lt;P&gt;END FUNCTION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUNCTION ExportObjectToJpg12&lt;/P&gt;&lt;P&gt;if ActiveDocument.Variables("vIncrement").getcontent.string &amp;lt;= ActiveDocument.Variables("vSheets").getcontent.string then&lt;/P&gt;&lt;P&gt;'Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;ActiveDocument.GetApplication.WaitForIdle&lt;/P&gt;&lt;P&gt;ActiveDocument.Sheets("SH122").ExportBitmapToFile "I:\SUP - QUALIDADE\DashboardOTRS\Imagens\Dashb12.png"&lt;/P&gt;&lt;P&gt;'Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;Increment()&lt;/P&gt;&lt;P&gt;END FUNCTION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUNCTION ExportObjectToJpg13&lt;/P&gt;&lt;P&gt;if ActiveDocument.Variables("vIncrement").getcontent.string &amp;lt;= ActiveDocument.Variables("vSheets").getcontent.string then&lt;/P&gt;&lt;P&gt;'Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;ActiveDocument.GetApplication.WaitForIdle&lt;/P&gt;&lt;P&gt;ActiveDocument.Sheets("SH133").ExportBitmapToFile "I:\SUP - QUALIDADE\DashboardOTRS\Imagens\Dashb13.png"&lt;/P&gt;&lt;P&gt;'Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;Increment()&lt;/P&gt;&lt;P&gt;END FUNCTION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUNCTION ExportObjectToJpg14&lt;/P&gt;&lt;P&gt;if ActiveDocument.Variables("vIncrement").getcontent.string &amp;lt;= ActiveDocument.Variables("vSheets").getcontent.string then&lt;/P&gt;&lt;P&gt;'Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;ActiveDocument.GetApplication.WaitForIdle&lt;/P&gt;&lt;P&gt;ActiveDocument.Sheets("SH144").ExportBitmapToFile "I:\SUP - QUALIDADE\DashboardOTRS\Imagens\Dashb14.png"&lt;/P&gt;&lt;P&gt;'Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;Increment()&lt;/P&gt;&lt;P&gt;END FUNCTION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUNCTION ExportObjectToJpg15&lt;/P&gt;&lt;P&gt;if ActiveDocument.Variables("vIncrement").getcontent.string &amp;lt;= ActiveDocument.Variables("vSheets").getcontent.string then&lt;/P&gt;&lt;P&gt;'Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;ActiveDocument.GetApplication.WaitForIdle&lt;/P&gt;&lt;P&gt;ActiveDocument.Sheets("SH15").ExportBitmapToFile "I:\SUP - QUALIDADE\DashboardOTRS\Imagens\Dashb15.png"&lt;/P&gt;&lt;P&gt;'Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;Increment()&lt;/P&gt;&lt;P&gt;END FUNCTION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUNCTION ExportObjectToJpg16&lt;/P&gt;&lt;P&gt;if ActiveDocument.Variables("vIncrement").getcontent.string &amp;lt;= ActiveDocument.Variables("vSheets").getcontent.string then&lt;/P&gt;&lt;P&gt;'Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;ActiveDocument.GetApplication.WaitForIdle&lt;/P&gt;&lt;P&gt;ActiveDocument.Sheets("SH16").ExportBitmapToFile "I:\SUP - QUALIDADE\DashboardOTRS\Imagens\Dashb16.png"&lt;/P&gt;&lt;P&gt;'Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;Increment()&lt;/P&gt;&lt;P&gt;END FUNCTION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUNCTION ExportObjectToJpg17&lt;/P&gt;&lt;P&gt;if ActiveDocument.Variables("vIncrement").getcontent.string &amp;lt;= ActiveDocument.Variables("vSheets").getcontent.string then&lt;/P&gt;&lt;P&gt;'Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;ActiveDocument.GetApplication.WaitForIdle&lt;/P&gt;&lt;P&gt;ActiveDocument.Sheets("SH17").ExportBitmapToFile "I:\SUP - QUALIDADE\DashboardOTRS\Imagens\Dashb17.png"&lt;/P&gt;&lt;P&gt;'Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;Increment()&lt;/P&gt;&lt;P&gt;END FUNCTION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUNCTION ExportObjectToJpg18&lt;/P&gt;&lt;P&gt;if ActiveDocument.Variables("vIncrement").getcontent.string &amp;lt; ActiveDocument.Variables("vSheets").getcontent.string then&lt;/P&gt;&lt;P&gt;'Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;ActiveDocument.GetApplication.WaitForIdle&lt;/P&gt;&lt;P&gt;ActiveDocument.Sheets("SH18").ExportBitmapToFile "I:\SUP - QUALIDADE\DashboardOTRS\Imagens\Dashb18.png"&lt;/P&gt;&lt;P&gt;'Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;Increment()&lt;/P&gt;&lt;P&gt;END FUNCTION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUNCTION ExportObjectToJpg19&lt;/P&gt;&lt;P&gt;if ActiveDocument.Variables("vIncrement").getcontent.string &amp;lt;= ActiveDocument.Variables("vSheets").getcontent.string then&lt;/P&gt;&lt;P&gt;'Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;ActiveDocument.GetApplication.WaitForIdle&lt;/P&gt;&lt;P&gt;ActiveDocument.Sheets("SH19").ExportBitmapToFile "I:\SUP - QUALIDADE\DashboardOTRS\Imagens\Dashb19.png"&lt;/P&gt;&lt;P&gt;'Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;Increment()&lt;/P&gt;&lt;P&gt;END FUNCTION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUNCTION ExportObjectToJpg20&lt;/P&gt;&lt;P&gt;if ActiveDocument.Variables("vIncrement").getcontent.string &amp;lt;= ActiveDocument.Variables("vSheets").getcontent.string then&lt;/P&gt;&lt;P&gt;'Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;ActiveDocument.GetApplication.WaitForIdle&lt;/P&gt;&lt;P&gt;ActiveDocument.Sheets("SH20").ExportBitmapToFile "I:\SUP - QUALIDADE\DashboardOTRS\Imagens\Dashb20.png"&lt;/P&gt;&lt;P&gt;'Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;Increment()&lt;/P&gt;&lt;P&gt;END FUNCTION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUNCTION ExportObjectToJpg21&lt;/P&gt;&lt;P&gt;if ActiveDocument.Variables("vIncrement").getcontent.string &amp;lt;= ActiveDocument.Variables("vSheets").getcontent.string then&lt;/P&gt;&lt;P&gt;'Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;ActiveDocument.GetApplication.WaitForIdle&lt;/P&gt;&lt;P&gt;ActiveDocument.Sheets("SH21").ExportBitmapToFile "I:\SUP - QUALIDADE\DashboardOTRS\Imagens\Dashb21.png"&lt;/P&gt;&lt;P&gt;'Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;Increment()&lt;/P&gt;&lt;P&gt;END FUNCTION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUNCTION ExportObjectToJpg22&lt;/P&gt;&lt;P&gt;if ActiveDocument.Variables("vIncrement").getcontent.string &amp;lt;= ActiveDocument.Variables("vSheets").getcontent.string then&lt;/P&gt;&lt;P&gt;'Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;ActiveDocument.GetApplication.WaitForIdle&lt;/P&gt;&lt;P&gt;ActiveDocument.Sheets("SH334").ExportBitmapToFile "\\quality.ad\Arquivos\VOL1\SUP - QUALIDADE\Dashboard_diretoria\Imagens\Dashb22.png"&lt;/P&gt;&lt;P&gt;'Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;Increment()&lt;/P&gt;&lt;P&gt;END FUNCTION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUNCTION ExportObjectToJpg23&lt;/P&gt;&lt;P&gt;if ActiveDocument.Variables("vIncrement").getcontent.string &amp;lt;= ActiveDocument.Variables("vSheets").getcontent.string then&lt;/P&gt;&lt;P&gt;'Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;ActiveDocument.GetApplication.WaitForIdle&lt;/P&gt;&lt;P&gt;ActiveDocument.Sheets("SH335").ExportBitmapToFile "\\quality.ad\Arquivos\VOL1\SUP - QUALIDADE\Dashboard_diretoria\Imagens\Dashb23.png"&lt;/P&gt;&lt;P&gt;'Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;Increment()&lt;/P&gt;&lt;P&gt;END FUNCTION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUNCTION ExportObjectToJpg24&lt;/P&gt;&lt;P&gt;if ActiveDocument.Variables("vIncrement").getcontent.string &amp;lt;= ActiveDocument.Variables("vSheets").getcontent.string then&lt;/P&gt;&lt;P&gt;'Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;ActiveDocument.GetApplication.WaitForIdle&lt;/P&gt;&lt;P&gt;ActiveDocument.Sheets("SH336").ExportBitmapToFile "\\quality.ad\Arquivos\VOL1\SUP - QUALIDADE\Dashboard_diretoria\Imagens\Dashb24.png"&lt;/P&gt;&lt;P&gt;'Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;Increment()&lt;/P&gt;&lt;P&gt;END FUNCTION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUNCTION ExportObjectToJpg25&lt;/P&gt;&lt;P&gt;if ActiveDocument.Variables("vIncrement").getcontent.string &amp;lt;= ActiveDocument.Variables("vSheets").getcontent.string then&lt;/P&gt;&lt;P&gt;'Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;ActiveDocument.GetApplication.WaitForIdle&lt;/P&gt;&lt;P&gt;ActiveDocument.Sheets("SH337").ExportBitmapToFile "I:\SUP - QUALIDADE\DashboardOTRS\Imagens\Dashb25.png"&lt;/P&gt;&lt;P&gt;'Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;Increment()&lt;/P&gt;&lt;P&gt;END FUNCTION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUNCTION ExportObjectToJpg26&lt;/P&gt;&lt;P&gt;if ActiveDocument.Variables("vIncrement").getcontent.string &amp;lt;= ActiveDocument.Variables("vSheets").getcontent.string then&lt;/P&gt;&lt;P&gt;'Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;ActiveDocument.GetApplication.WaitForIdle&lt;/P&gt;&lt;P&gt;ActiveDocument.Sheets("SH338").ExportBitmapToFile "I:\SUP - QUALIDADE\DashboardOTRS\Imagens\Dashb26.png"&lt;/P&gt;&lt;P&gt;'Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;Increment()&lt;/P&gt;&lt;P&gt;END FUNCTION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUNCTION ExportObjectToJpg27&lt;/P&gt;&lt;P&gt;if ActiveDocument.Variables("vIncrement").getcontent.string &amp;lt;= ActiveDocument.Variables("vSheets").getcontent.string then&lt;/P&gt;&lt;P&gt;'Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;ActiveDocument.GetApplication.WaitForIdle&lt;/P&gt;&lt;P&gt;ActiveDocument.Sheets("SH339").ExportBitmapToFile "I:\SUP - QUALIDADE\DashboardOTRS\Imagens\Dashb27.png"&lt;/P&gt;&lt;P&gt;'Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;Increment()&lt;/P&gt;&lt;P&gt;END FUNCTION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUNCTION ExportObjectToJpg28&lt;/P&gt;&lt;P&gt;if ActiveDocument.Variables("vIncrement").getcontent.string &amp;lt;= ActiveDocument.Variables("vSheets").getcontent.string then&lt;/P&gt;&lt;P&gt;'Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;ActiveDocument.GetApplication.WaitForIdle&lt;/P&gt;&lt;P&gt;ActiveDocument.Sheets("SH340").ExportBitmapToFile "I:\SUP - QUALIDADE\Dashboard_BHG\Imagens\Dashb28_BHG_01.png"&lt;/P&gt;&lt;P&gt;'Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;Increment()&lt;/P&gt;&lt;P&gt;END FUNCTION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUNCTION ExportObjectToJpg29&lt;/P&gt;&lt;P&gt;if ActiveDocument.Variables("vIncrement").getcontent.string &amp;lt;= ActiveDocument.Variables("vSheets").getcontent.string then&lt;/P&gt;&lt;P&gt;'Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;ActiveDocument.GetApplication.WaitForIdle&lt;/P&gt;&lt;P&gt;ActiveDocument.Sheets("SH341").ExportBitmapToFile "I:\SUP - QUALIDADE\Dashboard_BHG\Imagens\Dashb29_BHG_02.png"&lt;/P&gt;&lt;P&gt;'Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;Increment()&lt;/P&gt;&lt;P&gt;END FUNCTION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUNCTION ExportObjectToJpg30&lt;/P&gt;&lt;P&gt;if ActiveDocument.Variables("vIncrement").getcontent.string &amp;lt;= ActiveDocument.Variables("vSheets").getcontent.string then&lt;/P&gt;&lt;P&gt;'Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;ActiveDocument.GetApplication.WaitForIdle&lt;/P&gt;&lt;P&gt;ActiveDocument.Sheets("SH342").ExportBitmapToFile "I:\SUP - QUALIDADE\Dashboard_BHG\Imagens\Dashb30_BHG_03.png"&lt;/P&gt;&lt;P&gt;'Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;Increment()&lt;/P&gt;&lt;P&gt;END FUNCTION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUNCTION ExportObjectToJpg31&lt;/P&gt;&lt;P&gt;if ActiveDocument.Variables("vIncrement").getcontent.string &amp;lt;= ActiveDocument.Variables("vSheets").getcontent.string then&lt;/P&gt;&lt;P&gt;'Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;ActiveDocument.GetApplication.WaitForIdle&lt;/P&gt;&lt;P&gt;ActiveDocument.Sheets("SH343").ExportBitmapToFile "I:\SUP - QUALIDADE\Dashboard_BHG\Imagens\Dashb31_BHG_04.png"&lt;/P&gt;&lt;P&gt;'Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;Increment()&lt;/P&gt;&lt;P&gt;END FUNCTION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUNCTION ExportObjectToJpg32&lt;/P&gt;&lt;P&gt;if ActiveDocument.Variables("vIncrement").getcontent.string &amp;lt;= ActiveDocument.Variables("vSheets").getcontent.string then&lt;/P&gt;&lt;P&gt;'Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;ActiveDocument.GetApplication.WaitForIdle&lt;/P&gt;&lt;P&gt;ActiveDocument.Sheets("SH344").ExportBitmapToFile "I:\SUP - QUALIDADE\Dashboard_BHG\Imagens\Dashb32_BHG_05.png"&lt;/P&gt;&lt;P&gt;'Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;Increment()&lt;/P&gt;&lt;P&gt;END FUNCTION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUNCTION ExportObjectToJpg33&lt;/P&gt;&lt;P&gt;if ActiveDocument.Variables("vIncrement").getcontent.string &amp;lt;= ActiveDocument.Variables("vSheets").getcontent.string then&lt;/P&gt;&lt;P&gt;'Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;ActiveDocument.GetApplication.WaitForIdle&lt;/P&gt;&lt;P&gt;ActiveDocument.Sheets("SH345").ExportBitmapToFile "I:\SUP - QUALIDADE\Dashboard_GRU\Imagens\Dashb33_GRU_01.png"&lt;/P&gt;&lt;P&gt;'Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;Increment()&lt;/P&gt;&lt;P&gt;END FUNCTION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUNCTION ExportObjectToJpg34&lt;/P&gt;&lt;P&gt;if ActiveDocument.Variables("vIncrement").getcontent.string &amp;lt;= ActiveDocument.Variables("vSheets").getcontent.string then&lt;/P&gt;&lt;P&gt;'Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;ActiveDocument.GetApplication.WaitForIdle&lt;/P&gt;&lt;P&gt;ActiveDocument.Sheets("SH346").ExportBitmapToFile "I:\SUP - QUALIDADE\Dashboard_GRU\Imagens\Dashb34_GRU_02.png"&lt;/P&gt;&lt;P&gt;'Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;Increment()&lt;/P&gt;&lt;P&gt;END FUNCTION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUNCTION ExportObjectToJpg35&lt;/P&gt;&lt;P&gt;if ActiveDocument.Variables("vIncrement").getcontent.string &amp;lt;= ActiveDocument.Variables("vSheets").getcontent.string then&lt;/P&gt;&lt;P&gt;'Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;ActiveDocument.GetApplication.WaitForIdle&lt;/P&gt;&lt;P&gt;ActiveDocument.Sheets("SH347").ExportBitmapToFile "I:\SUP - QUALIDADE\Dashboard_GRU\Imagens\Dashb35_GRU_03.png"&lt;/P&gt;&lt;P&gt;'Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;Increment()&lt;/P&gt;&lt;P&gt;END FUNCTION&lt;/P&gt;&lt;P&gt;FUNCTION ExportObjectToJpg36&lt;/P&gt;&lt;P&gt;if ActiveDocument.Variables("vIncrement").getcontent.string &amp;lt;= ActiveDocument.Variables("vSheets").getcontent.string then&lt;/P&gt;&lt;P&gt;'Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;ActiveDocument.GetApplication.WaitForIdle&lt;/P&gt;&lt;P&gt;ActiveDocument.Sheets("SH348").ExportBitmapToFile "I:\SUP - QUALIDADE\Dashboard_GRU\Imagens\Dashb36_GRU_04.png"&lt;/P&gt;&lt;P&gt;'Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;Increment()&lt;/P&gt;&lt;P&gt;END FUNCTION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUNCTION ExportObjectToJpg37&lt;/P&gt;&lt;P&gt;if ActiveDocument.Variables("vIncrement").getcontent.string &amp;lt;= ActiveDocument.Variables("vSheets").getcontent.string then&lt;/P&gt;&lt;P&gt;'Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;ActiveDocument.GetApplication.WaitForIdle&lt;/P&gt;&lt;P&gt;ActiveDocument.Sheets("SH349").ExportBitmapToFile "I:\SUP - QUALIDADE\Dashboard_GRU\Imagens\Dashb37_GRU_05.png"&lt;/P&gt;&lt;P&gt;'Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;Increment()&lt;/P&gt;&lt;P&gt;END FUNCTION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUNCTION ExportObjectToJpg38&lt;/P&gt;&lt;P&gt;if ActiveDocument.Variables("vIncrement").getcontent.string &amp;lt;= ActiveDocument.Variables("vSheets").getcontent.string then&lt;/P&gt;&lt;P&gt;'Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;ActiveDocument.GetApplication.WaitForIdle&lt;/P&gt;&lt;P&gt;ActiveDocument.Sheets("SH350").ExportBitmapToFile "I:\SUP - QUALIDADE\Dashboard_FOTOTICA\Imagens\Dashb38_FOTOTICA_01.png"&lt;/P&gt;&lt;P&gt;'Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;Increment()&lt;/P&gt;&lt;P&gt;END FUNCTION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUNCTION ExportObjectToJpg39&lt;/P&gt;&lt;P&gt;if ActiveDocument.Variables("vIncrement").getcontent.string &amp;lt;= ActiveDocument.Variables("vSheets").getcontent.string then&lt;/P&gt;&lt;P&gt;'Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;ActiveDocument.GetApplication.WaitForIdle&lt;/P&gt;&lt;P&gt;ActiveDocument.Sheets("SH351").ExportBitmapToFile "I:\SUP - QUALIDADE\Dashboard_FOTOTICA\Imagens\Dashb39_FOTOTICA_02.png"&lt;/P&gt;&lt;P&gt;'Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;Increment()&lt;/P&gt;&lt;P&gt;END FUNCTION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUNCTION ExportObjectToJpg40&lt;/P&gt;&lt;P&gt;if ActiveDocument.Variables("vIncrement").getcontent.string &amp;lt;= ActiveDocument.Variables("vSheets").getcontent.string then&lt;/P&gt;&lt;P&gt;'Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;ActiveDocument.GetApplication.WaitForIdle&lt;/P&gt;&lt;P&gt;ActiveDocument.Sheets("SH352").ExportBitmapToFile "I:\SUP - QUALIDADE\Dashboard_FOTOTICA\Imagens\Dashb40_FOTOTICA_03.png"&lt;/P&gt;&lt;P&gt;'Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;Increment()&lt;/P&gt;&lt;P&gt;END FUNCTION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUNCTION ExportObjectToJpg41&lt;/P&gt;&lt;P&gt;if ActiveDocument.Variables("vIncrement").getcontent.string &amp;lt;= ActiveDocument.Variables("vSheets").getcontent.string then&lt;/P&gt;&lt;P&gt;'Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;ActiveDocument.GetApplication.WaitForIdle&lt;/P&gt;&lt;P&gt;ActiveDocument.Sheets("SH353").ExportBitmapToFile "I:\SUP - QUALIDADE\Dashboard_FOTOTICA\Imagens\Dashb41_FOTOTICA_04.png"&lt;/P&gt;&lt;P&gt;'Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;Increment()&lt;/P&gt;&lt;P&gt;END FUNCTION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUNCTION ExportObjectToJpg42&lt;/P&gt;&lt;P&gt;if ActiveDocument.Variables("vIncrement").getcontent.string &amp;lt;= ActiveDocument.Variables("vSheets").getcontent.string then&lt;/P&gt;&lt;P&gt;'Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;ActiveDocument.GetApplication.WaitForIdle&lt;/P&gt;&lt;P&gt;ActiveDocument.Sheets("SH354").ExportBitmapToFile "I:\SUP - QUALIDADE\Dashboard_FOTOTICA\Imagens\Dashb42_FOTOTICA_05.png"&lt;/P&gt;&lt;P&gt;'Application.WaitForIdle()&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;Increment()&lt;/P&gt;&lt;P&gt;END FUNCTION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'''' always create a new page change the number of the variable vSheets to a total amount of pages&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub Increment&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; TheVal = ActiveDocument.Variables("vIncrement").getcontent.string&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; TheVal = TheVal + 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; ActiveDocument.Variables("vIncrement").SetContent TheVal, True&lt;/P&gt;&lt;P&gt;End sub&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Oct 2017 13:54:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-hangs-on-executing/m-p/1442511#M610757</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-27T13:54:30Z</dc:date>
    </item>
    <item>
      <title>Re: Macro hangs on executing</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-hangs-on-executing/m-p/1442512#M610758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Adding some information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a serie of variables configured on the document variables witch save the time of last execution for keep the execution on loop on each 15 minutes for example.&lt;/P&gt;&lt;P&gt;This makes any difference?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Oct 2017 13:58:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-hangs-on-executing/m-p/1442512#M610758</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-27T13:58:18Z</dc:date>
    </item>
    <item>
      <title>Re: Macro hangs on executing</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-hangs-on-executing/m-p/1442513#M610759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe not João,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only if the macro takes more than that to run (i've see you have a lot of sheets for instance) but i don't see that it should be a problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Oct 2017 14:51:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-hangs-on-executing/m-p/1442513#M610759</guid>
      <dc:creator>felipedl</dc:creator>
      <dc:date>2017-10-27T14:51:23Z</dc:date>
    </item>
  </channel>
</rss>

