<?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: Run macro not working from access point in Qlik Automate</title>
    <link>https://community.qlik.com/t5/Qlik-Automate/Run-macro-not-working-from-access-point/m-p/1990001#M926</link>
    <description>&lt;P&gt;Great. Its working fine.&lt;/P&gt;</description>
    <pubDate>Fri, 07 Oct 2022 08:35:26 GMT</pubDate>
    <dc:creator>milindnikumbh</dc:creator>
    <dc:date>2022-10-07T08:35:26Z</dc:date>
    <item>
      <title>Run macro not working from access point</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Run-macro-not-working-from-access-point/m-p/1989886#M923</link>
      <description>&lt;P&gt;Dear Expert ,&lt;/P&gt;
&lt;P&gt;I am using qlikview 12:40 version on windows 10. My dashboard is running fine and run macro command is also working fine. Macro is is written to get the three pivot tables data into single excel file. ( different sheets ).&lt;/P&gt;
&lt;P&gt;I am not able to run the same macro from access point. All the basic security checks are ok. Server settings are also ok. ( Allow to run macro / Unsafe marco ).&amp;nbsp; Qlikview plugin is in place for Internet Explorer. Document setting - security and user preference security ticks are ok.&lt;/P&gt;
&lt;P&gt;I am able to access and run the macro from File&amp;nbsp; ---&amp;gt; Open in server mode.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Below is my marco code.&lt;/P&gt;
&lt;P&gt;sub ExcelFile&lt;/P&gt;
&lt;P&gt;set XLApp = CreateObject("Excel.Application")&lt;/P&gt;
&lt;P&gt;XLApp.Visible = true&lt;BR /&gt;set XLDoc = XLApp.Workbooks.Add&lt;/P&gt;
&lt;P&gt;ActiveDocument.GetSheetObject("CH33").CopyTableToClipboard true&lt;BR /&gt;XLDoc.Sheets(1).Paste()&lt;/P&gt;
&lt;P&gt;XLDoc.Sheets(1).Name = "Scrap "&lt;/P&gt;
&lt;P&gt;XLDoc.Worksheets.Add() &lt;BR /&gt;&lt;BR /&gt;ActiveDocument.GetSheetObject("CH34").CopyTableToClipboard true&lt;BR /&gt;XLDoc.Sheets(1).Paste()&lt;/P&gt;
&lt;P&gt;XLDoc.Sheets(1).Name = "Production"&lt;/P&gt;
&lt;P&gt;end sub&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please suggest your views .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;
&lt;P&gt;Milind.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Oct 2022 05:15:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Run-macro-not-working-from-access-point/m-p/1989886#M923</guid>
      <dc:creator>milindnikumbh</dc:creator>
      <dc:date>2022-10-07T05:15:20Z</dc:date>
    </item>
    <item>
      <title>Re: Run macro not working from access point</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Run-macro-not-working-from-access-point/m-p/1989923#M924</link>
      <description>&lt;P&gt;Hi, so far I know you don't have access to the clipoboard while using AJAX. I've search for some official explanation... I only found this:&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Considerations-When-Using-Macros-In-QlikView/ta-p/1710861" target="_blank"&gt;https://community.qlik.com/t5/Official-Support-Articles/Considerations-When-Using-Macros-In-QlikView/ta-p/1710861&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;I haven't found any server-side equivalent, just to export the image as a file, but then you'll need a copy to paste it in excel.&lt;/P&gt;
&lt;P&gt;There is a lot of years since I wrote a macro that creates an Excel.&lt;/P&gt;
&lt;P&gt;If you don't find any option that works on access point, the alternative could be to install Qv desktop to the users that needs the macro and use the option to open in server.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Oct 2022 06:32:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Run-macro-not-working-from-access-point/m-p/1989923#M924</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2022-10-07T06:32:28Z</dc:date>
    </item>
    <item>
      <title>Re: Run macro not working from access point</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Run-macro-not-working-from-access-point/m-p/1990000#M925</link>
      <description>&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Oct 2022 08:34:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Run-macro-not-working-from-access-point/m-p/1990000#M925</guid>
      <dc:creator>milindnikumbh</dc:creator>
      <dc:date>2022-10-07T08:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: Run macro not working from access point</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Run-macro-not-working-from-access-point/m-p/1990001#M926</link>
      <description>&lt;P&gt;Great. Its working fine.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Oct 2022 08:35:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Run-macro-not-working-from-access-point/m-p/1990001#M926</guid>
      <dc:creator>milindnikumbh</dc:creator>
      <dc:date>2022-10-07T08:35:26Z</dc:date>
    </item>
  </channel>
</rss>

