<?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 Export Work Points to Excel from Inventor 2015 in Inventor Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-forum/export-work-points-to-excel-from-inventor-2015/m-p/7436491#M260469</link>
    <description>&lt;P&gt;Is there a way to&amp;nbsp;Export Work Points to Excel from Inventor&amp;nbsp; 2015&lt;/P&gt;</description>
    <pubDate>Thu, 05 Oct 2017 17:14:02 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-10-05T17:14:02Z</dc:date>
    <item>
      <title>Export Work Points to Excel from Inventor 2015</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/export-work-points-to-excel-from-inventor-2015/m-p/7436491#M260469</link>
      <description>&lt;P&gt;Is there a way to&amp;nbsp;Export Work Points to Excel from Inventor&amp;nbsp; 2015&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2017 17:14:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/export-work-points-to-excel-from-inventor-2015/m-p/7436491#M260469</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-05T17:14:02Z</dc:date>
    </item>
    <item>
      <title>Re: Export Work Points to Excel from Inventor 2015</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/export-work-points-to-excel-from-inventor-2015/m-p/7436796#M260470</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is no UI workflows allow you to do that yet, however, this little VBA code will help you collect all the work points data in a part document and save the data to a text file under your C drive. Hope this is helpful.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sub CollectWorkPoints()&lt;BR /&gt; Dim oComp As PartComponentDefinition&lt;BR /&gt; Set oComp = ThisApplication.ActiveDocument.ComponentDefinition&lt;BR /&gt; &lt;BR /&gt; Dim oWorkPoint As WorkPoint&lt;BR /&gt; Dim oPoint As Point&lt;BR /&gt; &lt;BR /&gt; Dim oFSO As Object&lt;BR /&gt; Set oFSO = CreateObject("Scripting.FileSystemObject")&lt;/P&gt;
&lt;P&gt;Dim oFileout As Object&lt;BR /&gt; Set oFileout = oFSO.CreateTextFile("C:\WorkPoints.txt", True, True)&lt;/P&gt;
&lt;P&gt;For Each oWorkPoint In oComp.WorkPoints&lt;BR /&gt; Set oPoint = oWorkPoint.Point&lt;BR /&gt; &lt;BR /&gt; oFileout.Writeline oPoint.X &amp;amp; "," &amp;amp; oPoint.Y &amp;amp; "," &amp;amp; oPoint.Z&lt;BR /&gt; Next&lt;BR /&gt; &lt;BR /&gt; oFileout.Close&lt;BR /&gt;End Sub&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2017 18:11:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/export-work-points-to-excel-from-inventor-2015/m-p/7436796#M260470</guid>
      <dc:creator>FrodoZhou</dc:creator>
      <dc:date>2017-10-05T18:11:48Z</dc:date>
    </item>
    <item>
      <title>Re: Export Work Points to Excel from Inventor 2015</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/export-work-points-to-excel-from-inventor-2015/m-p/7451015#M260471</link>
      <description>&lt;P&gt;use this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://modthemachine.typepad.com/my_weblog/2011/06/writing-work-points-to-an-excel-file.html" target="_blank"&gt;http://modthemachine.typepad.com/my_weblog/2011/06/writing-work-points-to-an-excel-file.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Oct 2017 12:29:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/export-work-points-to-excel-from-inventor-2015/m-p/7451015#M260471</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-11T12:29:12Z</dc:date>
    </item>
  </channel>
</rss>

