<?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 updating multiple idw file title blocks externally in Inventor Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-forum/updating-multiple-idw-file-title-blocks-externally/m-p/3297027#M394208</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp; I am trying to update the text in the idw title block externally via excel or ilogic. has anyone come across this and solved it. I know of the iproperty of the part or the iam and that being able to be incorporated in the idw title block. But is there any way of linking an excel file to the idw so once the excel file is changed it updates all the idw title blocks it references?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be grateful.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sean&lt;/P&gt;</description>
    <pubDate>Wed, 18 Jan 2012 11:01:57 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-01-18T11:01:57Z</dc:date>
    <item>
      <title>updating multiple idw file title blocks externally</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/updating-multiple-idw-file-title-blocks-externally/m-p/3297027#M394208</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp; I am trying to update the text in the idw title block externally via excel or ilogic. has anyone come across this and solved it. I know of the iproperty of the part or the iam and that being able to be incorporated in the idw title block. But is there any way of linking an excel file to the idw so once the excel file is changed it updates all the idw title blocks it references?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be grateful.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sean&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2012 11:01:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/updating-multiple-idw-file-title-blocks-externally/m-p/3297027#M394208</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-18T11:01:57Z</dc:date>
    </item>
    <item>
      <title>Re: updating multiple idw file title blocks externally</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/updating-multiple-idw-file-title-blocks-externally/m-p/3298313#M394209</link>
      <description>&lt;P&gt;Hi seanodwyer,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think it might be best to have the ilogic read in information from Excel and write it to your Inventor file's iProperties, and then have the title block read from the iProperties. Here are some example files and the iLogic code used. You didn't mention the Inventor version you're using so I created this in Inventor 2010. In this example the user is given a chance to redirect the drawing to another XLS file each time the ilogic runs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This file has the iLogic set up to trigger on the save event, so you can just save the drawing file to run the ilogic.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this helps.&lt;BR /&gt;Best of luck to you in all of your Inventor pursuits,&lt;BR /&gt;Curtis&lt;BR /&gt;&lt;A target="_blank" href="http://inventortrenches.blogspot.com"&gt;http://inventortrenches.blogspot.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;'read weblink from drawing iprops
CurrentLink = iProperties.Value("Project", "WEB Link")  
'get input from user
ExcelLink = InputBox("Is this the correct Excel File?" _
&amp;amp; vblf &amp;amp; "If not, please enter the correct path.", "iLogic", CurrentLink)
'write weblink to drawing iprops, from user input
iProperties.Value("Project", "WEB Link")  = ExcelLink

'read info from excel file
GoExcel.Open(ExcelLink, "Sheet1")

'write info to drawing iprops from excel
iProperties.Value("Summary", "Author") = GoExcel.CellValue("A2")  
iProperties.Value("Project", "Description") = GoExcel.CellValue("B2")  
InventorVb.DocumentUpdate()&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2012 23:34:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/updating-multiple-idw-file-title-blocks-externally/m-p/3298313#M394209</guid>
      <dc:creator>Curtis_W</dc:creator>
      <dc:date>2012-01-18T23:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: updating multiple idw file title blocks externally</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/updating-multiple-idw-file-title-blocks-externally/m-p/3298759#M394210</link>
      <description>&lt;P&gt;Thanks a million. That has solved a multitude. I need to look further into this ilogic side of inventor. I have the code changed to alter other attributes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sean&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2012 09:50:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/updating-multiple-idw-file-title-blocks-externally/m-p/3298759#M394210</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-19T09:50:14Z</dc:date>
    </item>
  </channel>
</rss>

