<?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: Transfer settings VBA and Inventor settingfrom version 2020 to 2022 in Inventor Programming - iLogic, Macros, AddIns &amp; Apprentice</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/transfer-settings-vba-and-inventor-settingfrom-version-2020-to/m-p/10549474#M127729</link>
    <description>&lt;P&gt;This is a fairly common situation, and there can be a lot to cover.&amp;nbsp; Copying the .ivb file will be the main thing.&amp;nbsp; But have you ever created any custom VBA project files?&amp;nbsp; If so, you will want to get those too, and copy them to the new directory.&amp;nbsp; Also, if you have ever created any custom buttons for your user interface for running any of your VBA macros, those .bmp files will likely be in that same folder with your .ivb files, and you will want to copy those over too.&amp;nbsp; There is also the line on the 'File' tab of the Application Options dialog, where you specify where your default VBA project is located.&amp;nbsp; Make sure this is correct after your new install.&amp;nbsp; I have everything on that File tab pointing to locations on a shared network drive, so it always stays the same for me and my team.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There are also some other things you will need to do, if you haven't already.&amp;nbsp; You may or may not already be familiar with these, but here they are anyways.&lt;/P&gt;
&lt;P&gt;Open your Application Options, then use the Export button at the bottom to export them to an XML file, then in your new install, reverse the process using the Import button.&lt;/P&gt;
&lt;P&gt;On the Tools tab, Options panel, click the Customize tool to open that dialog.&amp;nbsp; Same there...use those Import/Export buttons.&lt;/P&gt;
&lt;P&gt;Also on the Tools tab, Options panel, click the iLogic Configuration tool (you may have to expand the panel to see it).&amp;nbsp; Same deal here again, if this stuff is important...use those Import/Export buttons.&lt;/P&gt;
&lt;P&gt;Make sure all the stuff shown in your Application Options File tab, iFeature tab, &amp;amp; Content Center tab's are still found in their proper file locations inside your new install.&lt;/P&gt;</description>
    <pubDate>Mon, 16 Aug 2021 16:11:01 GMT</pubDate>
    <dc:creator>WCrihfield</dc:creator>
    <dc:date>2021-08-16T16:11:01Z</dc:date>
    <item>
      <title>Transfer settings VBA and Inventor settingfrom version 2020 to 2022</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/transfer-settings-vba-and-inventor-settingfrom-version-2020-to/m-p/10548788#M127713</link>
      <description>&lt;P&gt;I'm in the process of installing Inventor Professional 2022. I want to save all my VBA coding and Inventor Professional 2020 settings so that I can transfer them to the 2022 version. The VBA should be easy by just copying the default.vba file and just replacing the new default.vba file with the old one. Does this sound correct?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Inventor settings I'm not sure how to save these so I can import them to the new version of Inventor. Any help would be greatly appreciated.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Aug 2021 12:24:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/transfer-settings-vba-and-inventor-settingfrom-version-2020-to/m-p/10548788#M127713</guid>
      <dc:creator>sgwilliams</dc:creator>
      <dc:date>2021-08-16T12:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: Transfer settings VBA and Inventor settingfrom version 2020 to 2022</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/transfer-settings-vba-and-inventor-settingfrom-version-2020-to/m-p/10549474#M127729</link>
      <description>&lt;P&gt;This is a fairly common situation, and there can be a lot to cover.&amp;nbsp; Copying the .ivb file will be the main thing.&amp;nbsp; But have you ever created any custom VBA project files?&amp;nbsp; If so, you will want to get those too, and copy them to the new directory.&amp;nbsp; Also, if you have ever created any custom buttons for your user interface for running any of your VBA macros, those .bmp files will likely be in that same folder with your .ivb files, and you will want to copy those over too.&amp;nbsp; There is also the line on the 'File' tab of the Application Options dialog, where you specify where your default VBA project is located.&amp;nbsp; Make sure this is correct after your new install.&amp;nbsp; I have everything on that File tab pointing to locations on a shared network drive, so it always stays the same for me and my team.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There are also some other things you will need to do, if you haven't already.&amp;nbsp; You may or may not already be familiar with these, but here they are anyways.&lt;/P&gt;
&lt;P&gt;Open your Application Options, then use the Export button at the bottom to export them to an XML file, then in your new install, reverse the process using the Import button.&lt;/P&gt;
&lt;P&gt;On the Tools tab, Options panel, click the Customize tool to open that dialog.&amp;nbsp; Same there...use those Import/Export buttons.&lt;/P&gt;
&lt;P&gt;Also on the Tools tab, Options panel, click the iLogic Configuration tool (you may have to expand the panel to see it).&amp;nbsp; Same deal here again, if this stuff is important...use those Import/Export buttons.&lt;/P&gt;
&lt;P&gt;Make sure all the stuff shown in your Application Options File tab, iFeature tab, &amp;amp; Content Center tab's are still found in their proper file locations inside your new install.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Aug 2021 16:11:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/transfer-settings-vba-and-inventor-settingfrom-version-2020-to/m-p/10549474#M127729</guid>
      <dc:creator>WCrihfield</dc:creator>
      <dc:date>2021-08-16T16:11:01Z</dc:date>
    </item>
    <item>
      <title>Re: Transfer settings VBA and Inventor settingfrom version 2020 to 2022</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/transfer-settings-vba-and-inventor-settingfrom-version-2020-to/m-p/10551519#M127761</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/7812054"&gt;@WCrihfield&lt;/a&gt;Thanks for the info. I did all that and now I'm up and going. The export Application Settings option worked like a dream. So did the default.ibv file. I have all my macro buttons and my VBA code is where it belongs. I duplicated this same procedure to the other workstations in the office that we upgraded as well and all are running as they should. Thanks for the help.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Aug 2021 11:03:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/transfer-settings-vba-and-inventor-settingfrom-version-2020-to/m-p/10551519#M127761</guid>
      <dc:creator>sgwilliams</dc:creator>
      <dc:date>2021-08-17T11:03:45Z</dc:date>
    </item>
  </channel>
</rss>

