<?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: ilogic rules in version 2021 no longer working in Inventor Programming Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-rules-in-version-2021-no-longer-working/m-p/9891603#M55712</link>
    <description>&lt;P&gt;@Anonymous&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't know if it makes a difference but I dont think so... Have you tried saving the excel file as xlsx instead?&lt;/P&gt;
&lt;P&gt;I just want to correct something I said in a previous post. You can in fact change cell values in excel using LibXL as well... The limitation with LibXL is that cell values that depends on formulas will not update accordingly.&lt;/P&gt;</description>
    <pubDate>Tue, 24 Nov 2020 10:46:46 GMT</pubDate>
    <dc:creator>JhoelForshav</dc:creator>
    <dc:date>2020-11-24T10:46:46Z</dc:date>
    <item>
      <title>ilogic rules in version 2021 no longer working</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-rules-in-version-2021-no-longer-working/m-p/9888420#M55707</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;After installing Inventor 2021, the ilogic rule stopped me (on the 2020 and 2019 versions everything worked). Has anything changed with an update in iLogic commands.&lt;/P&gt;&lt;P&gt;Below I am attaching a template of .ipt parts, an excel file with source data and a file with the rule.&lt;/P&gt;&lt;P&gt;The rule worked as follows:&lt;BR /&gt;She asked for the excel file&lt;BR /&gt;Then she read the data and modified hello.&lt;BR /&gt;Finally, she saved the part under the name read from excel in .igs and .ipt format.&lt;/P&gt;&lt;P&gt;Can you tell me what could have changed in iLogic between version 2021 and 2020 ??&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PS.&amp;nbsp;Comments and msbox are written in Polish&lt;/P&gt;</description>
      <pubDate>Mon, 23 Nov 2020 08:30:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-rules-in-version-2021-no-longer-working/m-p/9888420#M55707</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-23T08:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: ilogic rules in version 2021 no longer working</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-rules-in-version-2021-no-longer-working/m-p/9889036#M55708</link>
      <description>&lt;P&gt;Hi @Anonymous&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I haven't looked at your attached files, but since your rule is working with excel I suspect it's the updates to the default excel engine in 2021 that causes problems for you. Have you tried setting the excel engine to COM?&lt;/P&gt;
&lt;P&gt;See this thread for more info:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/inventor-customization/new-default-for-ilogic-excel-functions-in-inventor-2021/td-p/9740493" target="_blank"&gt;https://forums.autodesk.com/t5/inventor-customization/new-default-for-ilogic-excel-functions-in-inventor-2021/td-p/9740493&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Nov 2020 13:14:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-rules-in-version-2021-no-longer-working/m-p/9889036#M55708</guid>
      <dc:creator>JhoelForshav</dc:creator>
      <dc:date>2020-11-23T13:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: ilogic rules in version 2021 no longer working</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-rules-in-version-2021-no-longer-working/m-p/9891160#M55709</link>
      <description>HI, &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/5330176"&gt;@JhoelForshav&lt;/a&gt;&lt;BR /&gt;Thanks for your interest in my problem&lt;BR /&gt;Unfortunately, changing the settings from ENGINE to COM unfortunately did not help.&lt;BR /&gt;Rule using excel function:&lt;BR /&gt;GoExcel.Open(ExcelFile, "sheet")&lt;BR /&gt;Do Until String.IsNullOrEmpty(GoExcel.CellValue("A" &amp;amp; i))&lt;BR /&gt;Loop&lt;BR /&gt;GoExcel.CellValue("A" &amp;amp; i)&lt;BR /&gt;GoExcel.CellValue(ExcelFile, "sheet", "B" &amp;amp; i)&lt;BR /&gt;&lt;BR /&gt;Could any of the listed functions have changed?&lt;BR /&gt;Thank you for your help&lt;BR /&gt;best regards&lt;BR /&gt;Matthew&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Nov 2020 07:36:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-rules-in-version-2021-no-longer-working/m-p/9891160#M55709</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-24T07:36:23Z</dc:date>
    </item>
    <item>
      <title>Re: ilogic rules in version 2021 no longer working</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-rules-in-version-2021-no-longer-working/m-p/9891230#M55710</link>
      <description>&lt;P&gt;@Anonymous&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Seems like you run some loop until a cellvalue in your excelfile is empty. Then I assume your code actually edits the excel file. You can only edit the file with the COM-engine so I still think thats the problem here... Did you try restarting inventor after saving your changes to the excel-engine?&lt;/P&gt;</description>
      <pubDate>Tue, 24 Nov 2020 08:10:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-rules-in-version-2021-no-longer-working/m-p/9891230#M55710</guid>
      <dc:creator>JhoelForshav</dc:creator>
      <dc:date>2020-11-24T08:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: ilogic rules in version 2021 no longer working</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-rules-in-version-2021-no-longer-working/m-p/9891568#M55711</link>
      <description>&lt;P&gt;Hi, &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/5330176"&gt;@JhoelForshav&lt;/a&gt;&lt;BR /&gt;Unfortunately, restarting the program and the computer did not help ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't know if it matters, the excel data file is in .xlsb format&lt;BR /&gt;&lt;BR /&gt;Someone could check the deleted files on his computer, after I suspect an error with the installation of inventor??&lt;BR /&gt;&lt;BR /&gt;best regards&lt;BR /&gt;Matthew&lt;/P&gt;</description>
      <pubDate>Tue, 24 Nov 2020 10:38:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-rules-in-version-2021-no-longer-working/m-p/9891568#M55711</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-24T10:38:20Z</dc:date>
    </item>
    <item>
      <title>Re: ilogic rules in version 2021 no longer working</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-rules-in-version-2021-no-longer-working/m-p/9891603#M55712</link>
      <description>&lt;P&gt;@Anonymous&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't know if it makes a difference but I dont think so... Have you tried saving the excel file as xlsx instead?&lt;/P&gt;
&lt;P&gt;I just want to correct something I said in a previous post. You can in fact change cell values in excel using LibXL as well... The limitation with LibXL is that cell values that depends on formulas will not update accordingly.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Nov 2020 10:46:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-rules-in-version-2021-no-longer-working/m-p/9891603#M55712</guid>
      <dc:creator>JhoelForshav</dc:creator>
      <dc:date>2020-11-24T10:46:46Z</dc:date>
    </item>
    <item>
      <title>Re: ilogic rules in version 2021 no longer working</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-rules-in-version-2021-no-longer-working/m-p/9891621#M55713</link>
      <description>&lt;P&gt;Also, make sure that the computer meets the System requirements for spreadsheet in Inventor 2021:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://knowledge.autodesk.com/support/inventor-products/learn-explore/caas/sfdcarticles/sfdcarticles/System-requirements-for-Autodesk-Inventor-2021.html?_ga=2.95610527.2067274630.1606113375-289203218.1560154612" target="_blank"&gt;https://knowledge.autodesk.com/support/inventor-products/learn-explore/caas/sfdcarticles/sfdcarticles/System-requirements-for-Autodesk-Inventor-2021.html?_ga=2.95610527.2067274630.1606113375-289203218.1560154612&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="excel.PNG" style="width: 912px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/848027i4400A5C6FBE968AA/image-size/large?v=v2&amp;amp;px=999" role="button" title="excel.PNG" alt="excel.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Nov 2020 10:51:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-rules-in-version-2021-no-longer-working/m-p/9891621#M55713</guid>
      <dc:creator>JhoelForshav</dc:creator>
      <dc:date>2020-11-24T10:51:57Z</dc:date>
    </item>
    <item>
      <title>Re: ilogic rules in version 2021 no longer working</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-rules-in-version-2021-no-longer-working/m-p/9895525#M55714</link>
      <description>&lt;P&gt;Thank you for your help&lt;/P&gt;&lt;P&gt;The problem turned out to be 32 bit MS office.&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;after changing to 64 bit and changing ENGINE settings, everything started working&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Wed, 25 Nov 2020 19:00:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-rules-in-version-2021-no-longer-working/m-p/9895525#M55714</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T19:00:20Z</dc:date>
    </item>
  </channel>
</rss>

