<?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: Help with Macro Error in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-with-Macro-Error/m-p/530391#M198256</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem was that one of the charts being exported was located on a sheet the users did not have access to. Once moved to another sheet, the macro worked fine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Jan 2014 21:01:56 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-01-20T21:01:56Z</dc:date>
    <item>
      <title>Help with Macro Error</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Macro-Error/m-p/530388#M198253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When users run the following query, which exports some charts as CSV files to a network location, they get a Macro Parse Failed error. I'm not getting the error and just can't find a reason why it's working for me and not them. I've checked the macro security on their IE plugin as well as their rights to the network folder, it all looks fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub ExportCSV&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'Download Sheet object data to CSV&lt;/P&gt;&lt;P&gt;SET vSKUVal = ActiveDocument.Fields("SKU").GetSelectedValues 'Only one selection allowed&lt;/P&gt;&lt;P&gt;'msgbox(vSKUVal.Item(0).Text)&lt;/P&gt;&lt;P&gt;vFilename = vSKUVal.Item(0).Text&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set sObject = ActiveDocument.GetSheetObject("CHItemsList")&lt;/P&gt;&lt;P&gt;sObject.Export "\\occ01fs010\boi03_public$\QlikView-Recall\Items_List_for_" &amp;amp; vFilename &amp;amp; ".CSV",","&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set sObject = ActiveDocument.GetSheetObject("CHDistroList")&lt;/P&gt;&lt;P&gt;sObject.Export "\\occ01fs010\boi03_public$\QlikView-Recall\Affected_Distribution_List_for_" &amp;amp; vFilename &amp;amp; ".CSV",","&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set sObject = ActiveDocument.GetSheetObject("CHNonDistroList")&lt;/P&gt;&lt;P&gt;sObject.Export "\\occ01fs010\boi03_public$\QlikView-Recall\Non-Affected_Distribution_List_for_" &amp;amp; vFilename &amp;amp; ".CSV",","&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;msgbox "Files Exported",48,"Trace &amp;amp; Recall"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set objShell = CreateObject("Wscript.Shell")&lt;/P&gt;&lt;P&gt;vFolderToOpen = "explorer.exe /e," &amp;amp; "\\occ01fs010\boi03_public$\QlikView-Recall"&lt;/P&gt;&lt;P&gt;objShell.Run vFolderToOpen&lt;/P&gt;&lt;P&gt;Set objShell = Nothing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;End Sub&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jan 2014 17:33:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Macro-Error/m-p/530388#M198253</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-17T17:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Macro Error</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Macro-Error/m-p/530389#M198254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the error message?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jan 2014 18:24:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Macro-Error/m-p/530389#M198254</guid>
      <dc:creator>anil_y_86</dc:creator>
      <dc:date>2014-01-17T18:24:18Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Macro Error</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Macro-Error/m-p/530390#M198255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's the standard, and useless, message that states "Macro Parse Failed, Functionality Lost".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jan 2014 18:29:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Macro-Error/m-p/530390#M198255</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-17T18:29:59Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Macro Error</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Macro-Error/m-p/530391#M198256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem was that one of the charts being exported was located on a sheet the users did not have access to. Once moved to another sheet, the macro worked fine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jan 2014 21:01:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Macro-Error/m-p/530391#M198256</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-20T21:01:56Z</dc:date>
    </item>
  </channel>
</rss>

