<?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: Interface not registered: Broken connection with Excel within Ilogic command in Inventor Programming Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-forum/interface-not-registered-broken-connection-with-excel-within/m-p/4704675#M126793</link>
    <description>&lt;P&gt;Have you tried repairing your Microsoft Office installation through Add/ Remove programs in the Control Panel?&lt;/P&gt;</description>
    <pubDate>Thu, 19 Dec 2013 11:40:15 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-12-19T11:40:15Z</dc:date>
    <item>
      <title>Interface not registered: Broken connection with Excel within Ilogic commands</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/interface-not-registered-broken-connection-with-excel-within/m-p/4703115#M126792</link>
      <description>&lt;P&gt;I've got a single machine that exhibits this behavior on both Inventor 2013 and now 2014.&amp;nbsp; I can't seem to find a post anywhere that would suggest what the issue is.&amp;nbsp; I have a ilogic macro that fills in the iproporties of Project/Project based on file name and a look up to excel.&amp;nbsp; I know i could do it inside of ilogic or a text file but it is easier to modify in excel and does work on all other comptuters and use to work on this one. When Inventor is first opened, and you open a drawing and run the macro for the first time you get this error.&lt;/P&gt;&lt;PRE&gt;oFileName = ThisDoc.FileName(False) 'without extension
Dim _Folder As String
Dim F_Finder As String
'If iProperties.Value("Project", "Project")= NullString
	'iProperties.Value("Project", "Part Number")
	F_Finder = (Left(oFileName,4))
	'GoExcel.Open("C:\Vault_Workspace\Folders.xlsx", "Sheet1")
	'GoExcel.TitleRow = 1
	i = GoExcel.FindRow("C:\Vault_Workspace\Folders.xlsx", "Sheet1", "Part" ,  "=", F_Finder)
	_Folder = GoExcel.CurrentRowValue("Folder")
	iProperties.Value("Project", "Project") = PDF_Folder
	'End If
	_Folder = iProperties.Value("Project", "Project") &lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;IMG title="folders.JPG" alt="folders.JPG" border="0" align="center" src="https://forums.autodesk.com/t5/image/serverpage/image-id/75059i4FB975432C083BA4/image-size/original?v=mpbl-1&amp;amp;px=-1" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG width="896" border="0" height="289" src="https://forums.autodesk.com/t5/image/serverpage/image-id/75053i444728BB48B266E6/image-size/original?v=mpbl-1&amp;amp;px=-1" align="center" alt="error 1.png" title="error 1.png" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG border="0" src="https://forums.autodesk.com/t5/image/serverpage/image-id/75055i122532D1348509C7/image-size/original?v=mpbl-1&amp;amp;px=-1" align="center" title="error1tab2.png" alt="error1tab2.png" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;then if you run it again you get the this error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG border="0" src="https://forums.autodesk.com/t5/image/serverpage/image-id/75057i8E022DA51A5027F4/image-size/original?v=mpbl-1&amp;amp;px=-1" align="center" title="error2.png" alt="error2.png" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now this error would make sense if the part number isn't in the list, but it is normally.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyone have any insight into why both 2013 &amp;amp; 2014 would be doing this?&amp;nbsp; Next to going back to a old restore point which for some reason would be back in 2010 and re-installing 2013 again. i'm at a loss.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Dec 2013 19:36:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/interface-not-registered-broken-connection-with-excel-within/m-p/4703115#M126792</guid>
      <dc:creator>Ktomberlin</dc:creator>
      <dc:date>2013-12-18T19:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: Interface not registered: Broken connection with Excel within Ilogic command</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/interface-not-registered-broken-connection-with-excel-within/m-p/4704675#M126793</link>
      <description>&lt;P&gt;Have you tried repairing your Microsoft Office installation through Add/ Remove programs in the Control Panel?&lt;/P&gt;</description>
      <pubDate>Thu, 19 Dec 2013 11:40:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/interface-not-registered-broken-connection-with-excel-within/m-p/4704675#M126793</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-19T11:40:15Z</dc:date>
    </item>
    <item>
      <title>Re: Interface not registered: Broken connection with Excel within Ilogic command</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/interface-not-registered-broken-connection-with-excel-within/m-p/4704725#M126794</link>
      <description>&lt;P&gt;Yes i did yesterday&amp;nbsp;after i posted this thread.&amp;nbsp; The error does point to office.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;System.Runtime.InteropServices.COMException (0x80040155): Interface not registered (Exception from HRESULT: 0x80040155)&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&amp;nbsp;at Microsoft.Office.Interop.Excel.ApplicationClass.get_LanguageSettings()&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;I was trying to see if it was a Net Framework issue as well.&amp;nbsp; I found this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://social.msdn.microsoft.com/Forums/office/en-US/fbdfbade-3646-48ae-b35e-a4455d5c9cba/interface-not-registered-microsoftofficeinteropoutlook?forum=vsto"&gt;http://social.msdn.microsoft.com/Forums/office/en-US/fbdfbade-3646-48ae-b35e-a4455d5c9cba/interface-not-registered-microsoftofficeinteropoutlook?forum=vsto&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but these registry keys seem to exist and be configured correctly.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Dec 2013 12:19:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/interface-not-registered-broken-connection-with-excel-within/m-p/4704725#M126794</guid>
      <dc:creator>Ktomberlin</dc:creator>
      <dc:date>2013-12-19T12:19:24Z</dc:date>
    </item>
    <item>
      <title>Re: Interface not registered: Broken connection with Excel within Ilogic command</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/interface-not-registered-broken-connection-with-excel-within/m-p/4715055#M126795</link>
      <description>&lt;P&gt;Hi Ktomberlin,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Machine specific issues are hard to address... I doubt anyone will be able to give you some insights to what the issue is. As far as I'm aware this behavior has never been reported before. My initial thought would have been the same than what &lt;SPAN class="UserName lia-user-name"&gt;&lt;SPAN class="pop-name"&gt;thomaskennedy suggested, that is trying a repair of your Office install. A more extreme thing to try is a full uninstall/reinstall of Office, or at least Excel.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="UserName lia-user-name"&gt;&lt;SPAN class="pop-name"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="UserName lia-user-name"&gt;&lt;SPAN class="pop-name"&gt;You may want to try directly from VBA and see if you can reproduce the issue there. If you don't you may want to invoke the working VBA code from iLogic instaed.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="UserName lia-user-name"&gt;&lt;SPAN class="pop-name"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="UserName lia-user-name"&gt;&lt;SPAN class="pop-name"&gt;I hope it helps,&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="UserName lia-user-name"&gt;&lt;SPAN class="pop-name"&gt;Philippe.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Dec 2013 14:43:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/interface-not-registered-broken-connection-with-excel-within/m-p/4715055#M126795</guid>
      <dc:creator>philippe.leefsma</dc:creator>
      <dc:date>2013-12-25T14:43:01Z</dc:date>
    </item>
    <item>
      <title>Re: Interface not registered: Broken connection with Excel within Ilogic command</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/interface-not-registered-broken-connection-with-excel-within/m-p/4715157#M126796</link>
      <description>I've tried the office repair with 2010. Ive un-installed excel only and re-installed. Ive un-installed office 2010 and installed 2013. Ive done inventor 2013 repair. All of the above do not effect the errors. I've un-installed .net framework 4.0 and re-installed. Going to try a full Inventor un-install next. If I had a good image of this machine I would just go back to that, but we dont.</description>
      <pubDate>Wed, 25 Dec 2013 16:39:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/interface-not-registered-broken-connection-with-excel-within/m-p/4715157#M126796</guid>
      <dc:creator>Ktomberlin</dc:creator>
      <dc:date>2013-12-25T16:39:46Z</dc:date>
    </item>
    <item>
      <title>Re: Interface not registered: Broken connection with Excel within Ilogic command</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/interface-not-registered-broken-connection-with-excel-within/m-p/4750089#M126797</link>
      <description>&lt;P&gt;Success.&amp;nbsp; Finally had the time to completely un-install Inventor 2014 &amp;amp; 2013 suites, clean&amp;nbsp;the registry and re-install 2013 with all service packs and udpates.&amp;nbsp; The&amp;nbsp;error does not come up when using the call to excel to look for a cell.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for trying to help.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jan 2014 16:52:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/interface-not-registered-broken-connection-with-excel-within/m-p/4750089#M126797</guid>
      <dc:creator>Ktomberlin</dc:creator>
      <dc:date>2014-01-14T16:52:45Z</dc:date>
    </item>
    <item>
      <title>Re: Interface not registered: Broken connection with Excel within Ilogic command</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/interface-not-registered-broken-connection-with-excel-within/m-p/5973467#M126798</link>
      <description>&lt;P&gt;We also encountered this error, had a new Dekstop setup with Inventor 2014 and Office 2016. Which should work accourding this thread.&lt;/P&gt;&lt;P&gt;&lt;A href="http://forums.autodesk.com/t5/installation-licensing/inventor-2014-excel-compatibility/td-p/5848094" target="_self"&gt;http://forums.autodesk.com/t5/installation-licensing/inventor-2014-excel-compatibility/td-p/5848094&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are also trying to figure out what to do next.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jan 2016 11:03:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/interface-not-registered-broken-connection-with-excel-within/m-p/5973467#M126798</guid>
      <dc:creator>Jef_E</dc:creator>
      <dc:date>2016-01-05T11:03:33Z</dc:date>
    </item>
    <item>
      <title>Re: Interface not registered: Broken connection with Excel within Ilogic command</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/interface-not-registered-broken-connection-with-excel-within/m-p/5973540#M126799</link>
      <description>You could try a office 2016 full repair from Program and Features in control panel. If not I'd suggest the full un-install of the Inventor suite and re-install. Its time consuming, but it should work.</description>
      <pubDate>Tue, 05 Jan 2016 12:07:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/interface-not-registered-broken-connection-with-excel-within/m-p/5973540#M126799</guid>
      <dc:creator>Ktomberlin</dc:creator>
      <dc:date>2016-01-05T12:07:05Z</dc:date>
    </item>
  </channel>
</rss>

