<?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 The marco to msi for store publishing, in Inventor Programming - iLogic, Macros, AddIns &amp; Apprentice</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/the-marco-to-msi-for-store-publishing/m-p/6889985#M70344</link>
    <description>&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;I wonder to program macro and sell it (or maybe sell for free &lt;img id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://forums.autodesk.com/i/smilies/16x16_smiley-very-happy.png" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt; ) on app.autodesk.&lt;/P&gt;&lt;P&gt;how to do that?&lt;/P&gt;&lt;P&gt;i know vb and borland right now.&lt;/P&gt;&lt;P&gt;any suggestions?&lt;/P&gt;&lt;P&gt;thanks a lot!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Nicola&lt;/P&gt;</description>
    <pubDate>Mon, 20 Feb 2017 10:51:39 GMT</pubDate>
    <dc:creator>xmem_ut</dc:creator>
    <dc:date>2017-02-20T10:51:39Z</dc:date>
    <item>
      <title>The marco to msi for store publishing,</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/the-marco-to-msi-for-store-publishing/m-p/6889985#M70344</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;I wonder to program macro and sell it (or maybe sell for free &lt;img id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://forums.autodesk.com/i/smilies/16x16_smiley-very-happy.png" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt; ) on app.autodesk.&lt;/P&gt;&lt;P&gt;how to do that?&lt;/P&gt;&lt;P&gt;i know vb and borland right now.&lt;/P&gt;&lt;P&gt;any suggestions?&lt;/P&gt;&lt;P&gt;thanks a lot!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Nicola&lt;/P&gt;</description>
      <pubDate>Mon, 20 Feb 2017 10:51:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/the-marco-to-msi-for-store-publishing/m-p/6889985#M70344</guid>
      <dc:creator>xmem_ut</dc:creator>
      <dc:date>2017-02-20T10:51:39Z</dc:date>
    </item>
    <item>
      <title>Re: The marco to msi for store publishing,</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/the-marco-to-msi-for-store-publishing/m-p/6890147#M70349</link>
      <description>&lt;P&gt;As far as I know on apps.autodesk.com they only have addins.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That's a little more complex than just macros but the language is pretty much the same (or can be I should say).&lt;/P&gt;&lt;P&gt;The main difference is that VBA is running inside Inventor while an addin is largely separate.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have a look at this document:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://aucache.autodesk.com/au2013/sessionsFiles/3375/1476/handout_3375_DV3375%20-VBA%20to%20Add-In.pdf" target="_self"&gt;http://aucache.autodesk.com/au2013/sessionsFiles/3375/1476/handout_3375_DV3375%20-VBA%20to%20Add-In.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Feb 2017 12:25:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/the-marco-to-msi-for-store-publishing/m-p/6890147#M70349</guid>
      <dc:creator>asiteur</dc:creator>
      <dc:date>2017-02-20T12:25:04Z</dc:date>
    </item>
    <item>
      <title>Re: The marco to msi for store publishing,</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/the-marco-to-msi-for-store-publishing/m-p/6890197#M70354</link>
      <description>&lt;P&gt;thankyou A&amp;nbsp;LOT ALEXANDER!!!&lt;/P&gt;&lt;P&gt;now i will study for that!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;img id="robothappy" class="emoticon emoticon-robothappy" src="https://forums.autodesk.com/i/smilies/16x16_robot-happy.png" alt="Robot Happy" title="Robot Happy" /&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4053208"&gt;@asiteur&lt;/a&gt; wrote:&lt;BR /&gt;&lt;P&gt;As far as I know on apps.autodesk.com they only have addins.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That's a little more complex than just macros but the language is pretty much the same (or can be I should say).&lt;/P&gt;&lt;P&gt;The main difference is that VBA is running inside Inventor while an addin is largely separate.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have a look at this document:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://aucache.autodesk.com/au2013/sessionsFiles/3375/1476/handout_3375_DV3375%20-VBA%20to%20Add-In.pdf" target="_self"&gt;http://aucache.autodesk.com/au2013/sessionsFiles/3375/1476/handout_3375_DV3375%20-VBA%20to%20Add-In.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Feb 2017 13:03:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/the-marco-to-msi-for-store-publishing/m-p/6890197#M70354</guid>
      <dc:creator>xmem_ut</dc:creator>
      <dc:date>2017-02-20T13:03:05Z</dc:date>
    </item>
  </channel>
</rss>

