<?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: Import point number and xyz data from excel and display # in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/import-point-number-and-xyz-data-from-excel-and-display/m-p/7544292#M203376</link>
    <description>&lt;P&gt;Post the script file too so it can be analyzed to see why it is only creating one point.&lt;/P&gt;</description>
    <pubDate>Tue, 14 Nov 2017 22:20:18 GMT</pubDate>
    <dc:creator>leeminardi</dc:creator>
    <dc:date>2017-11-14T22:20:18Z</dc:date>
    <item>
      <title>Import point number and xyz data from excel and display #</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/import-point-number-and-xyz-data-from-excel-and-display/m-p/7533536#M203362</link>
      <description>I would like to import a pont number, and x,y,z, data from excel to display a point node and the point number. Any help?</description>
      <pubDate>Fri, 10 Nov 2017 10:52:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/import-point-number-and-xyz-data-from-excel-and-display/m-p/7533536#M203362</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-10T10:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: Import point number and xyz data from excel and display #</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/import-point-number-and-xyz-data-from-excel-and-display/m-p/7533550#M203363</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;making script file will serve your issue. please read more here. &amp;gt;&amp;gt; &lt;A href="https://knowledge.autodesk.com/support/autocad/learn-explore/caas/sfdcarticles/sfdcarticles/How-to-import-a-list-of-coordinates-into-AutoCAD.html" target="_blank"&gt;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;Click&lt;/STRONG&gt;&lt;/FONT&gt; &lt;/A&gt;&amp;lt;&amp;lt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Fri, 10 Nov 2017 11:00:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/import-point-number-and-xyz-data-from-excel-and-display/m-p/7533550#M203363</guid>
      <dc:creator>imadHabash</dc:creator>
      <dc:date>2017-11-10T11:00:11Z</dc:date>
    </item>
    <item>
      <title>Re: Import point number and xyz data from excel and display #</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/import-point-number-and-xyz-data-from-excel-and-display/m-p/7534642#M203364</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Imad provided a great link that might get you started.&amp;nbsp; I usually do this by using a CONCATENATE function in Excel.&amp;nbsp; You are welcome to attach your Excel file and I can show you how this might be done.&amp;nbsp; There are also a variety of add-ins available in the &lt;A href="https://apps.autodesk.com/ACD/en/List/Search?isAppSearch=True&amp;amp;searchboxstore=ACD&amp;amp;facet=&amp;amp;collection=&amp;amp;sort=&amp;amp;query=survey" target="_blank"&gt;Autodesk App Store&lt;/A&gt; that might make this easier for you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #808000;"&gt;Please select the &lt;STRONG&gt;Accept as Solution&lt;/STRONG&gt; button if my post solves your issue or answers your question.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Nov 2017 16:11:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/import-point-number-and-xyz-data-from-excel-and-display/m-p/7534642#M203364</guid>
      <dc:creator>john.vellek</dc:creator>
      <dc:date>2017-11-10T16:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: Import point number and xyz data from excel and display #</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/import-point-number-and-xyz-data-from-excel-and-display/m-p/7534748#M203365</link>
      <description>&lt;P&gt;Assuming columns A,B,C contain the x,y,z coordinates and column D contains the label, and your data starts in row 2, place the following in cell E2 (the location of spaces is very critical):&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;=CONCATENATE("point ",A2,",",B2,",",C2," ","text ",A2,",",B2,",",C2," ",0.4," ",0," ",D2," ")&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;then fill down, copy column E to Notepad and save as a text file with the extension .scr.&amp;nbsp; You can use the &lt;STRONG&gt;script&lt;/STRONG&gt; command in AutoCAD to run this script.&amp;nbsp; I have assumed a text height of 0.4 and an angle of 0.&amp;nbsp; You can change these values in the Excel concatenate function&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="qq.JPG" style="width: 705px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/424635i7F465C7D17732789/image-size/large?v=v2&amp;amp;px=999" role="button" title="qq.JPG" alt="qq.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Nov 2017 16:41:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/import-point-number-and-xyz-data-from-excel-and-display/m-p/7534748#M203365</guid>
      <dc:creator>leeminardi</dc:creator>
      <dc:date>2017-11-10T16:41:22Z</dc:date>
    </item>
    <item>
      <title>Re: Import point number and xyz data from excel and display #</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/import-point-number-and-xyz-data-from-excel-and-display/m-p/7534766#M203366</link>
      <description>excellent information everyone. But here is one more question?&lt;BR /&gt;&lt;BR /&gt;Can you display a two lined label. For example display point number (d2 cell) followed in second line the z elevation?</description>
      <pubDate>Fri, 10 Nov 2017 16:48:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/import-point-number-and-xyz-data-from-excel-and-display/m-p/7534766#M203366</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-10T16:48:39Z</dc:date>
    </item>
    <item>
      <title>Re: Import point number and xyz data from excel and display #</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/import-point-number-and-xyz-data-from-excel-and-display/m-p/7534775#M203367</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;FONT color="#000080"&gt;&amp;gt;&amp;gt; display point number (d2 cell) followed in second line the z elevation&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;Create 2 attributes for that, one for point number, the other one for z elevation.&lt;/P&gt;
&lt;P&gt;Then make sure ATTDIA is set to 0 otherwise it might option the attedit dialog.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- alfred -&lt;/P&gt;</description>
      <pubDate>Fri, 10 Nov 2017 16:53:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/import-point-number-and-xyz-data-from-excel-and-display/m-p/7534775#M203367</guid>
      <dc:creator>Alfred.NESWADBA</dc:creator>
      <dc:date>2017-11-10T16:53:05Z</dc:date>
    </item>
    <item>
      <title>Re: Import point number and xyz data from excel and display #</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/import-point-number-and-xyz-data-from-excel-and-display/m-p/7534817#M203368</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Maybe you can look at the beautiful "Point Manager" Routine from Lee Mac !&lt;/P&gt;
&lt;P&gt;&lt;A href="http://lee-mac.com/ptmanager.html" target="_blank"&gt;http://lee-mac.com/ptmanager.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards, Patrice&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Nov 2017 17:03:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/import-point-number-and-xyz-data-from-excel-and-display/m-p/7534817#M203368</guid>
      <dc:creator>braudpat</dc:creator>
      <dc:date>2017-11-10T17:03:39Z</dc:date>
    </item>
    <item>
      <title>Re: Import point number and xyz data from excel and display #</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/import-point-number-and-xyz-data-from-excel-and-display/m-p/7534904#M203369</link>
      <description>Have you personally used this routine?</description>
      <pubDate>Fri, 10 Nov 2017 17:32:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/import-point-number-and-xyz-data-from-excel-and-display/m-p/7534904#M203369</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-10T17:32:52Z</dc:date>
    </item>
    <item>
      <title>Re: Import point number and xyz data from excel and display #</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/import-point-number-and-xyz-data-from-excel-and-display/m-p/7534936#M203370</link>
      <description>&lt;P&gt;This only can show points, not numbers or descriptions.&lt;/P&gt;
&lt;P&gt;There are other prog. can do it.&lt;/P&gt;
&lt;P&gt;Let's see your excel file.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Nov 2017 17:44:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/import-point-number-and-xyz-data-from-excel-and-display/m-p/7534936#M203370</guid>
      <dc:creator>Patchy</dc:creator>
      <dc:date>2017-11-10T17:44:37Z</dc:date>
    </item>
    <item>
      <title>Re: Import point number and xyz data from excel and display #</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/import-point-number-and-xyz-data-from-excel-and-display/m-p/7534969#M203371</link>
      <description>I’ll post it tonight!</description>
      <pubDate>Fri, 10 Nov 2017 17:56:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/import-point-number-and-xyz-data-from-excel-and-display/m-p/7534969#M203371</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-10T17:56:04Z</dc:date>
    </item>
    <item>
      <title>Re: Import point number and xyz data from excel and display #</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/import-point-number-and-xyz-data-from-excel-and-display/m-p/7535194#M203372</link>
      <description>&lt;P&gt;Here's a modification to my post #4 that gives the TEXT command twice to enable two lines of text.&amp;nbsp; I tried using the MTEXT command but had difficulty getting it to accept a new line in a script.&amp;nbsp; I was able to do it with the TEXT command by using the unicode \U+000D for a carriage return.&amp;nbsp; Note that 0.5 is subtracted from the y coordinate of the second text command to offset the second line of text.&amp;nbsp; The 0.4 is the text height.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture11.JPG" style="width: 705px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/424701iA30970F77E7C4C4E/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture11.JPG" alt="Capture11.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is the Excel formula to fill-down&amp;nbsp; (spaces are critical).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;=CONCATENATE("point ",A2,",",B2,",",C2," ","text ",A2,",",B2,",",C2," ",0.4," ",0," ",D2," \U+000Dtext ",A2,",",B2-0.5,",",C2," ",0.4," ",0," ",E2," ")&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Again, copy the contents of column&amp;nbsp;F to Notepad and Save As a text file with the extension .scr to run with SCRIPT.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture12.JPG" style="width: 282px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/424702i2A2C9B900FEC024F/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture12.JPG" alt="Capture12.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Nov 2017 19:25:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/import-point-number-and-xyz-data-from-excel-and-display/m-p/7535194#M203372</guid>
      <dc:creator>leeminardi</dc:creator>
      <dc:date>2017-11-10T19:25:11Z</dc:date>
    </item>
    <item>
      <title>Re: Import point number and xyz data from excel and display #</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/import-point-number-and-xyz-data-from-excel-and-display/m-p/7540604#M203373</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Verdana',sans-serif; color: black;"&gt;I am checking back to see if my post or others helped you with your problem. Please mark a post or posts as accepted solutions if they resolved the issue or give me a bit more detail on this issue so we can continue to work towards getting this solved.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Verdana',sans-serif; color: black;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Verdana',sans-serif; color: black;"&gt;Please hit the&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Verdana',sans-serif; color: olive;"&gt;Accept as Solution&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Verdana',sans-serif; color: black;"&gt;&amp;nbsp;button if a post or posts solves your issue or answers your question.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Nov 2017 21:18:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/import-point-number-and-xyz-data-from-excel-and-display/m-p/7540604#M203373</guid>
      <dc:creator>john.vellek</dc:creator>
      <dc:date>2017-11-13T21:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: Import point number and xyz data from excel and display #</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/import-point-number-and-xyz-data-from-excel-and-display/m-p/7543584#M203374</link>
      <description>&lt;P&gt;Running the formula as a script only drew one point and the point is very small. As I’m only a beginner in AutoCAD, I’m sure there is more explanition needed. I have my units set to feet since I’m working with surveying coordinates. I’ll Post some sample data when I’m at a desk top&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2017 17:35:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/import-point-number-and-xyz-data-from-excel-and-display/m-p/7543584#M203374</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-14T17:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: Import point number and xyz data from excel and display #</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/import-point-number-and-xyz-data-from-excel-and-display/m-p/7543672#M203375</link>
      <description>Hello &lt;BR /&gt;&lt;BR /&gt;Please run the command: DDPTYPE&lt;BR /&gt;&lt;BR /&gt;Regards, Patrice</description>
      <pubDate>Tue, 14 Nov 2017 18:07:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/import-point-number-and-xyz-data-from-excel-and-display/m-p/7543672#M203375</guid>
      <dc:creator>braudpat</dc:creator>
      <dc:date>2017-11-14T18:07:03Z</dc:date>
    </item>
    <item>
      <title>Re: Import point number and xyz data from excel and display #</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/import-point-number-and-xyz-data-from-excel-and-display/m-p/7544292#M203376</link>
      <description>&lt;P&gt;Post the script file too so it can be analyzed to see why it is only creating one point.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2017 22:20:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/import-point-number-and-xyz-data-from-excel-and-display/m-p/7544292#M203376</guid>
      <dc:creator>leeminardi</dc:creator>
      <dc:date>2017-11-14T22:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: Import point number and xyz data from excel and display #</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/import-point-number-and-xyz-data-from-excel-and-display/m-p/7544407#M203377</link>
      <description>&lt;P&gt;After some practice I think I found the answer.&amp;nbsp; Thanks for all your help.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2017 23:01:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/import-point-number-and-xyz-data-from-excel-and-display/m-p/7544407#M203377</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-14T23:01:55Z</dc:date>
    </item>
    <item>
      <title>Re: Import point number and xyz data from excel and display #</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/import-point-number-and-xyz-data-from-excel-and-display/m-p/7559614#M203378</link>
      <description>How about this, if I was to associate an excel coordinator (xyz,label) with a code #, could I import points to a specific layer based on that code?&lt;BR /&gt;&lt;BR /&gt;Or is there a way to automate importing points to different layers based on criteria?</description>
      <pubDate>Mon, 20 Nov 2017 18:51:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/import-point-number-and-xyz-data-from-excel-and-display/m-p/7559614#M203378</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-20T18:51:28Z</dc:date>
    </item>
    <item>
      <title>Re: Import point number and xyz data from excel and display #</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/import-point-number-and-xyz-data-from-excel-and-display/m-p/7560095#M203379</link>
      <description>&lt;P&gt;In sheet 1 of the attached Excel file are the location of the point, columns for two labels for the point, a code #, and the layer name corresponding to the code number.&amp;nbsp;&amp;nbsp;&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="x1.JPG" style="width: 705px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/428832iADE6B15959453C50/image-size/large?v=v2&amp;amp;px=999" role="button" title="x1.JPG" alt="x1.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The contents of cell H2 is:&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;=CONCATENATE("-layer"," s ",G2,"&amp;nbsp; point ",A2,",",B2,",",C2," ","text ",A2,",",B2,",",C2," ",0.4," ",0," ",D2," \U+000Dtext ",A2,",",B2-0.5,",",C2," ",0.4," ",0," ",E2," ")&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Note that there are two blank spaces before the word point&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The correlation between a code# and a layer name is defined on sheet 2 as noted below.&amp;nbsp; This array of values is named "LabelTable" and is referenced via the Excel VLOOKUP function in column G of sheet 1.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="x2.jpg" style="width: 266px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/428833i3819EA26E623B71C/image-size/large?v=v2&amp;amp;px=999" role="button" title="x2.jpg" alt="x2.jpg" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="x4.JPG" style="width: 278px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/428848i610009A811F73174/image-size/large?v=v2&amp;amp;px=999" role="button" title="x4.JPG" alt="x4.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Copy and paste column G to Notepad and save as a txt file with the extension .&lt;STRONG&gt;scr&lt;/STRONG&gt; then run the script in AutoCAD. (Note, it has been stated that you can simply paste the contents of the clipboard into AutoCAD.&amp;nbsp; This did not work for me but the script file does work.)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is the data in Notepad:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="x5.JPG" style="width: 705px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/428849i32B5E2DC2C6D4F7B/image-size/large?v=v2&amp;amp;px=999" role="button" title="x5.JPG" alt="x5.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here are the results in AutoCAD:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="x3.JPG" style="width: 194px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/428836iC5314A7330851489/image-size/large?v=v2&amp;amp;px=999" role="button" title="x3.JPG" alt="x3.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Nov 2017 21:26:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/import-point-number-and-xyz-data-from-excel-and-display/m-p/7560095#M203379</guid>
      <dc:creator>leeminardi</dc:creator>
      <dc:date>2017-11-20T21:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: Import point number and xyz data from excel and display #</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/import-point-number-and-xyz-data-from-excel-and-display/m-p/10271841#M203381</link>
      <description>&lt;P&gt;Thanks a lot. It helps the time savings&lt;span class="lia-unicode-emoji" title=":smiling_face_with_heart_eyes:"&gt;😍&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Apr 2021 13:06:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/import-point-number-and-xyz-data-from-excel-and-display/m-p/10271841#M203381</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-04-27T13:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: Import point number and xyz data from excel and display #</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/import-point-number-and-xyz-data-from-excel-and-display/m-p/12019177#M203382</link>
      <description>&lt;P&gt;Hey guys, this has been exactly what I've been trying to find so thanks so much! However, I was wondering what I would need to add to the formula to add further vertically offset labels? I'm very new to AutoCAD, mainly using it for site engineering stuff as opposed to anything design related and want to hopefully learn to develop these myself when I need them.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2023 05:20:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/import-point-number-and-xyz-data-from-excel-and-display/m-p/12019177#M203382</guid>
      <dc:creator>rohanQREWS</dc:creator>
      <dc:date>2023-06-08T05:20:55Z</dc:date>
    </item>
  </channel>
</rss>

