<?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 VBA code on Alteryx Server in Alteryx Server Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Run-VBA-code-on-Alteryx-Server/m-p/1025719#M11945</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/3622"&gt;@harsha384&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any luck getting to work on the server?&lt;/P&gt;</description>
    <pubDate>Tue, 01 Nov 2022 00:39:40 GMT</pubDate>
    <dc:creator>psubramanian</dc:creator>
    <dc:date>2022-11-01T00:39:40Z</dc:date>
    <item>
      <title>Run VBA code on Alteryx Server</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Run-VBA-code-on-Alteryx-Server/m-p/757826#M8795</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have been trying to run VBA code (to execute 2 other excel files) on the Alteryx server which unfortunately doesn't run.&amp;nbsp; But, the same code runs fine on the local designer. Any idea? or has anyone tried executing the same?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Harsh&lt;/P&gt;</description>
      <pubDate>Wed, 12 May 2021 05:19:07 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Run-VBA-code-on-Alteryx-Server/m-p/757826#M8795</guid>
      <dc:creator>harsha384</dc:creator>
      <dc:date>2021-05-12T05:19:07Z</dc:date>
    </item>
    <item>
      <title>Re: Run VBA code on Alteryx Server</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Run-VBA-code-on-Alteryx-Server/m-p/757857#M8796</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/3622"&gt;@harsha384&lt;/a&gt;&amp;nbsp;what is the error that you're getting?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This might be purely a permissions issue from the Alteryx Server account.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/5143"&gt;@BenMoss&lt;/a&gt;&amp;nbsp;wrote a good blog about executing vba scripts in Alteryx, this might help you from a Best Practise point of view:&lt;BR /&gt;&lt;A href="https://www.theinformationlab.co.uk/2020/04/14/triggering-excel-macros-from-the-comfort-of-your-alteryx-workflow/" target="_blank"&gt;https://www.theinformationlab.co.uk/2020/04/14/triggering-excel-macros-from-the-comfort-of-your-alteryx-workflow/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 May 2021 07:37:02 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Run-VBA-code-on-Alteryx-Server/m-p/757857#M8796</guid>
      <dc:creator>rkapoor</dc:creator>
      <dc:date>2021-05-12T07:37:02Z</dc:date>
    </item>
    <item>
      <title>Re: Run VBA code on Alteryx Server</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Run-VBA-code-on-Alteryx-Server/m-p/757995#M8800</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/56234"&gt;@rkapoor&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What kind of permission issue can it be? can you please explain?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, there is no error as such. It's just not executing the macro.&amp;nbsp; i tried running the code given in the link but somehow its giving error "800A03EC" while executing the script&lt;/P&gt;</description>
      <pubDate>Wed, 12 May 2021 14:27:03 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Run-VBA-code-on-Alteryx-Server/m-p/757995#M8800</guid>
      <dc:creator>harsha384</dc:creator>
      <dc:date>2021-05-12T14:27:03Z</dc:date>
    </item>
    <item>
      <title>Re: Run VBA code on Alteryx Server</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Run-VBA-code-on-Alteryx-Server/m-p/758074#M8802</link>
      <description>&lt;P&gt;hey&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/3622"&gt;@harsha384&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;If you are running workflows on the Alteryx Gallery, they are running as an 'AlteryxService' user, instead of an administrator user. If this service user does not have permission to run vba, or access the files used in your vba, this may explain the error.&lt;BR /&gt;&lt;BR /&gt;You may need to set the workflow to run as:&lt;BR /&gt;&lt;A href="https://help.alteryx.com/server/2018.2/admin/Configuration/RunasPermissions.htm?TocPath=Administer%7CConfigure%7C_____5" target="_blank"&gt;https://help.alteryx.com/server/2018.2/admin/Configuration/RunasPermissions.htm?TocPath=Administer%7CConfigure%7C_____5&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;TheOC&lt;/P&gt;</description>
      <pubDate>Wed, 12 May 2021 16:02:42 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Run-VBA-code-on-Alteryx-Server/m-p/758074#M8802</guid>
      <dc:creator>TheOC</dc:creator>
      <dc:date>2021-05-12T16:02:42Z</dc:date>
    </item>
    <item>
      <title>Re: Run VBA code on Alteryx Server</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Run-VBA-code-on-Alteryx-Server/m-p/762859#M8862</link>
      <description>&lt;P&gt;Great read. Thank you!&lt;/P&gt;</description>
      <pubDate>Fri, 21 May 2021 16:39:20 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Run-VBA-code-on-Alteryx-Server/m-p/762859#M8862</guid>
      <dc:creator>Jeff_Neklason</dc:creator>
      <dc:date>2021-05-21T16:39:20Z</dc:date>
    </item>
    <item>
      <title>Re: Run VBA code on Alteryx Server</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Run-VBA-code-on-Alteryx-Server/m-p/1025719#M11945</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/3622"&gt;@harsha384&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any luck getting to work on the server?&lt;/P&gt;</description>
      <pubDate>Tue, 01 Nov 2022 00:39:40 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Run-VBA-code-on-Alteryx-Server/m-p/1025719#M11945</guid>
      <dc:creator>psubramanian</dc:creator>
      <dc:date>2022-11-01T00:39:40Z</dc:date>
    </item>
  </channel>
</rss>

