<?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: Automatically Create A Inventor Macro Button Using VBA in Inventor Programming Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-forum/automatically-create-a-inventor-macro-button-using-vba/m-p/12263912#M18759</link>
    <description>Can you send me a private message?</description>
    <pubDate>Mon, 25 Sep 2023 09:51:06 GMT</pubDate>
    <dc:creator>bradeneuropeArthur</dc:creator>
    <dc:date>2023-09-25T09:51:06Z</dc:date>
    <item>
      <title>Automatically Create A Inventor Macro Button Using VBA</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/automatically-create-a-inventor-macro-button-using-vba/m-p/12255618#M18752</link>
      <description>&lt;P&gt;Can anybody help???&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;Is the following possible?&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to add a button to Inventor so that when the user presses this button it will run (for testing purposes only) notepad.exe.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For reference, please see: &lt;STRONG&gt;&lt;A href="https://www.youtube.com/watch?v=fYOkgnYpeN8" target="_blank"&gt;AutoDesk INVENTOR VBA 36 ( Add Macro Button ) - YouTube&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to automatically create a macro button using a VBA script that will appear if the document is a part, assembly or drawing?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need this so that it is easier for me rather than manually creating a button on every inventor workstation, I just want to run the macro.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks in advance!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Darren&lt;/P&gt;</description>
      <pubDate>Thu, 21 Sep 2023 07:40:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/automatically-create-a-inventor-macro-button-using-vba/m-p/12255618#M18752</guid>
      <dc:creator>isocam</dc:creator>
      <dc:date>2023-09-21T07:40:23Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically Create A Inventor Macro Button Using VBA</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/automatically-create-a-inventor-macro-button-using-vba/m-p/12256117#M18753</link>
      <description>This works easier if your are creating an Add-in Via vb.net.&lt;BR /&gt;For your example in a drawing to run Notepad I can help you if you want.&lt;BR /&gt;&lt;BR /&gt;Let me know if this is appreciated/needed.</description>
      <pubDate>Thu, 21 Sep 2023 11:53:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/automatically-create-a-inventor-macro-button-using-vba/m-p/12256117#M18753</guid>
      <dc:creator>bradeneuropeArthur</dc:creator>
      <dc:date>2023-09-21T11:53:17Z</dc:date>
    </item>
    <item>
      <title>Betreff: Automatically Create A Inventor Macro Button Using VBA</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/automatically-create-a-inventor-macro-button-using-vba/m-p/12256834#M18754</link>
      <description>&lt;P&gt;How would the Macro be distributed?&lt;BR /&gt;&lt;BR /&gt;Basically it is possible to insert a button to the GUI via VBA. It is also possible to use iLogic with the event manager to run a VBA macro on your mentioned events. But you would have to set all this up on every workstation. So this is not a real solution imho.&amp;nbsp;&lt;/P&gt;&lt;P&gt;As&amp;nbsp;&lt;SPAN&gt;Arthur Knoors posted, an Add-in would be better.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I use VBA macros not an Add-in. Here it works something like this:&lt;BR /&gt;Macros are stored in a Default.ivb. This file is in Vault. The users insert the button(s) to the GUI by themselves. If there is a update in the macros I check in the new Default.ivb into Vault. The users can retrieve the latest file via Vault, after I sent an email to let them know.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Sep 2023 16:12:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/automatically-create-a-inventor-macro-button-using-vba/m-p/12256834#M18754</guid>
      <dc:creator>SReitberger</dc:creator>
      <dc:date>2023-09-21T16:12:13Z</dc:date>
    </item>
    <item>
      <title>Betreff: Automatically Create A Inventor Macro Button Using VBA</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/automatically-create-a-inventor-macro-button-using-vba/m-p/12261590#M18755</link>
      <description>In the past I used a executable bat file that I have run on every startup of the pc. This executable copies the necessary files from the network to the machine. This way every pc had the latest files always.</description>
      <pubDate>Sat, 23 Sep 2023 18:56:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/automatically-create-a-inventor-macro-button-using-vba/m-p/12261590#M18755</guid>
      <dc:creator>bradeneuropeArthur</dc:creator>
      <dc:date>2023-09-23T18:56:03Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically Create A Inventor Macro Button Using VBA</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/automatically-create-a-inventor-macro-button-using-vba/m-p/12263521#M18756</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Arthur,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Please can I ask if you would create a Vb.Net program to do this for me?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can I also ask how much you would charge and I can I pay you "up-front" using PayPal?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Many thanks for your help!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Kindest Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Darren&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2023 06:01:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/automatically-create-a-inventor-macro-button-using-vba/m-p/12263521#M18756</guid>
      <dc:creator>isocam</dc:creator>
      <dc:date>2023-09-25T06:01:10Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically Create A Inventor Macro Button Using VBA</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/automatically-create-a-inventor-macro-button-using-vba/m-p/12263731#M18757</link>
      <description>You only need an add in with a button that run notepad.exe after pressing, correct?</description>
      <pubDate>Mon, 25 Sep 2023 08:10:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/automatically-create-a-inventor-macro-button-using-vba/m-p/12263731#M18757</guid>
      <dc:creator>bradeneuropeArthur</dc:creator>
      <dc:date>2023-09-25T08:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically Create A Inventor Macro Button Using VBA</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/automatically-create-a-inventor-macro-button-using-vba/m-p/12263869#M18758</link>
      <description>&lt;P&gt;Arthur,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes please.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kindest Regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Daren&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2023 09:31:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/automatically-create-a-inventor-macro-button-using-vba/m-p/12263869#M18758</guid>
      <dc:creator>isocam</dc:creator>
      <dc:date>2023-09-25T09:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically Create A Inventor Macro Button Using VBA</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/automatically-create-a-inventor-macro-button-using-vba/m-p/12263912#M18759</link>
      <description>Can you send me a private message?</description>
      <pubDate>Mon, 25 Sep 2023 09:51:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/automatically-create-a-inventor-macro-button-using-vba/m-p/12263912#M18759</guid>
      <dc:creator>bradeneuropeArthur</dc:creator>
      <dc:date>2023-09-25T09:51:06Z</dc:date>
    </item>
  </channel>
</rss>

