<?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>tema When click point and transfer it to Excel. en AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/when-click-point-and-transfer-it-to-excel/m-p/6520101#M138414</link>
    <description>&lt;P&gt;I have been work that i get point of coordinate XYZ value and then transfer it to Excel by using Click2XLS(lisp command).&lt;/P&gt;&lt;P&gt;I click points about 1,000 everyday.&lt;/P&gt;&lt;P&gt;However, i think that the way take a long time to finish work also i often mistake such as missing points, forgetting point number.&lt;/P&gt;&lt;P&gt;Therefrore, is there more fast way that point of coordinate XYZ value to Excel?.&lt;/P&gt;</description>
    <pubDate>Wed, 24 Aug 2016 14:36:41 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-08-24T14:36:41Z</dc:date>
    <item>
      <title>When click point and transfer it to Excel.</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/when-click-point-and-transfer-it-to-excel/m-p/6520101#M138414</link>
      <description>&lt;P&gt;I have been work that i get point of coordinate XYZ value and then transfer it to Excel by using Click2XLS(lisp command).&lt;/P&gt;&lt;P&gt;I click points about 1,000 everyday.&lt;/P&gt;&lt;P&gt;However, i think that the way take a long time to finish work also i often mistake such as missing points, forgetting point number.&lt;/P&gt;&lt;P&gt;Therefrore, is there more fast way that point of coordinate XYZ value to Excel?.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Aug 2016 14:36:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/when-click-point-and-transfer-it-to-excel/m-p/6520101#M138414</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-24T14:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: When click point and transfer it to Excel.</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/when-click-point-and-transfer-it-to-excel/m-p/6520168#M138421</link>
      <description>&lt;P&gt;After have all points in the drawing, export them using this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.lee-mac.com/ptmanager.html" target="_blank"&gt;http://www.lee-mac.com/ptmanager.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="points.JPG" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/266538i5C0D1097292A4FDC/image-size/large?v=v2&amp;amp;px=999" role="button" title="points.JPG" alt="points.JPG" /&gt;&lt;/span&gt;﻿&lt;/P&gt;</description>
      <pubDate>Wed, 24 Aug 2016 14:57:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/when-click-point-and-transfer-it-to-excel/m-p/6520168#M138421</guid>
      <dc:creator>Patchy</dc:creator>
      <dc:date>2016-08-24T14:57:43Z</dc:date>
    </item>
    <item>
      <title>Re: When click point and transfer it to Excel.</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/when-click-point-and-transfer-it-to-excel/m-p/6520169#M138422</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous﻿&lt;/a&gt;, Are the points contained in blocks? If so, you can easily add an attribute field to capture the location and then use a data extraction to get the information into Excel.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let me know if this sounds like it can work for you. I would be happy to provide additional information and resources to you.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Aug 2016 14:57:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/when-click-point-and-transfer-it-to-excel/m-p/6520169#M138422</guid>
      <dc:creator>john.vellek</dc:creator>
      <dc:date>2016-08-24T14:57:45Z</dc:date>
    </item>
    <item>
      <title>Re: When click point and transfer it to Excel.</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/when-click-point-and-transfer-it-to-excel/m-p/6520920#M138498</link>
      <description>&lt;P&gt;S,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I like John's method with data extraction.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Dave S&lt;/P&gt;</description>
      <pubDate>Wed, 24 Aug 2016 19:44:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/when-click-point-and-transfer-it-to-excel/m-p/6520920#M138498</guid>
      <dc:creator>Pointdump</dc:creator>
      <dc:date>2016-08-24T19:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: When click point and transfer it to Excel.</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/when-click-point-and-transfer-it-to-excel/m-p/6521394#M138524</link>
      <description>&lt;P&gt;Im very interested in your answer.&lt;/P&gt;&lt;P&gt;When i use the lisp command(pt manager) that you recommanded, i can get very easliy point of XYZ value&amp;nbsp;at Excel.&lt;/P&gt;&lt;P&gt;However, my worked point is numbered sequentially along line.&lt;/P&gt;&lt;P&gt;The point of coordinate XYZ value randomly sorted at Excel.&lt;/P&gt;&lt;P&gt;All i need is that the numbered point will sorted s&lt;SPAN&gt;equentially at Excel.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks you answer.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Aug 2016 00:22:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/when-click-point-and-transfer-it-to-excel/m-p/6521394#M138524</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-25T00:22:53Z</dc:date>
    </item>
  </channel>
</rss>

