<?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 Betreff: Insert text at coordinates from excel in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/insert-text-at-coordinates-from-excel/m-p/8307863#M98815</link>
    <description>&lt;P&gt;@Anonymous&lt;/P&gt;
&lt;P&gt;without Lisp check out your steps in commandline to create an mleader,&lt;/P&gt;
&lt;P&gt;then built an script und start the scriptfile.scr with command SCRIPT.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sample attached, this works with a Standard dwg(no template or just&amp;nbsp; acad.dwt)&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="181002-2.JPG" style="width: 977px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/553032i6E0536D3FF83580A/image-size/large?v=v2&amp;amp;px=999" role="button" title="181002-2.JPG" alt="181002-2.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 02 Oct 2018 16:45:56 GMT</pubDate>
    <dc:creator>cadffm</dc:creator>
    <dc:date>2018-10-02T16:45:56Z</dc:date>
    <item>
      <title>Insert text at coordinates from excel</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/insert-text-at-coordinates-from-excel/m-p/8307590#M98813</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have an excel file that I have the X,Y,Z coordinates of a pipeline and I need to insert some text also contained in the excel file at these coordinates. Is there any way to insert a leader at the coordinate and use the text in the excel file as the leader text? I have over 1000 of these points to do. I'm not very familiar with LISP files so that may be too difficult for me. Even if i could just insert the text at the coordinates that would be&amp;nbsp;better than having to insert each one individually. Any help appreciated&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 02 Oct 2018 15:17:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/insert-text-at-coordinates-from-excel/m-p/8307590#M98813</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-02T15:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: Insert text at coordinates from excel</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/insert-text-at-coordinates-from-excel/m-p/8307769#M98814</link>
      <description>&lt;P&gt;can you send the excel&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Oct 2018 16:13:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/insert-text-at-coordinates-from-excel/m-p/8307769#M98814</guid>
      <dc:creator>dbhunia</dc:creator>
      <dc:date>2018-10-02T16:13:34Z</dc:date>
    </item>
    <item>
      <title>Betreff: Insert text at coordinates from excel</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/insert-text-at-coordinates-from-excel/m-p/8307863#M98815</link>
      <description>&lt;P&gt;@Anonymous&lt;/P&gt;
&lt;P&gt;without Lisp check out your steps in commandline to create an mleader,&lt;/P&gt;
&lt;P&gt;then built an script und start the scriptfile.scr with command SCRIPT.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sample attached, this works with a Standard dwg(no template or just&amp;nbsp; acad.dwt)&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="181002-2.JPG" style="width: 977px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/553032i6E0536D3FF83580A/image-size/large?v=v2&amp;amp;px=999" role="button" title="181002-2.JPG" alt="181002-2.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Oct 2018 16:45:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/insert-text-at-coordinates-from-excel/m-p/8307863#M98815</guid>
      <dc:creator>cadffm</dc:creator>
      <dc:date>2018-10-02T16:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: Insert text at coordinates from excel</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/insert-text-at-coordinates-from-excel/m-p/8308463#M98816</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have an excel file that I have the X,Y,Z coordinates of a pipeline and I need to insert some text also contained in the excel file at these coordinates. Is there any way to insert a leader at the coordinate and use the text in the excel file as the leader text? I have over 1000 of these points to do. I'm not very familiar with LISP files so that may be too difficult for me. &lt;FONT color="#3366FF"&gt;Even if i could just insert the text at the coordinates that would be&amp;nbsp;better than having to insert each one individually&lt;/FONT&gt;. Any help appreciated&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If your Excel is like this format&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="Capture.PNG" style="width: 295px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/553124i728A53E92B2585E9/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then go through the attached code....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Another thing Keep the Excel file close.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And for Leader what should be its direction?&lt;/P&gt;</description>
      <pubDate>Tue, 02 Oct 2018 20:40:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/insert-text-at-coordinates-from-excel/m-p/8308463#M98816</guid>
      <dc:creator>dbhunia</dc:creator>
      <dc:date>2018-10-02T20:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: Insert text at coordinates from excel</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/insert-text-at-coordinates-from-excel/m-p/8309242#M98817</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have an excel file that I have the X,Y,Z coordinates of a pipeline and I need to insert some text also contained in the excel file at these coordinates. Is there any way to &lt;FONT color="#3366FF"&gt;insert a leader at the coordinate and use the text in the excel file as the leader text&lt;/FONT&gt;? I have over 1000 of these points to do. I'm not very familiar with LISP files so that may be too difficult for me. Even if i could just insert the text at the coordinates that would be&amp;nbsp;better than having to insert each one individually. Any help appreciated&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If your Excel is like this format&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 301px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/553256iEBE5AE71011E0717/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then go through the attached code....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Another things-&lt;/P&gt;&lt;P&gt;1. Keep the Excel file close.&lt;/P&gt;&lt;P&gt;2. If your Excel file contains any text in first row, like&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture1.PNG" style="width: 293px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/553258i9A2733B72CF56D39/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture1.PNG" alt="Capture1.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then make change in the line, from - (setq address "A1:D50000")&amp;nbsp; To&amp;nbsp;(setq address "A2:D50000")&lt;/P&gt;</description>
      <pubDate>Wed, 03 Oct 2018 07:32:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/insert-text-at-coordinates-from-excel/m-p/8309242#M98817</guid>
      <dc:creator>dbhunia</dc:creator>
      <dc:date>2018-10-03T07:32:36Z</dc:date>
    </item>
    <item>
      <title>Betreff: Insert text at coordinates from excel</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/insert-text-at-coordinates-from-excel/m-p/8309375#M98818</link>
      <description>&lt;P&gt;Thanks. This worked perfectly&lt;/P&gt;</description>
      <pubDate>Wed, 03 Oct 2018 08:55:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/insert-text-at-coordinates-from-excel/m-p/8309375#M98818</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-03T08:55:55Z</dc:date>
    </item>
    <item>
      <title>Re: Insert text at coordinates from excel</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/insert-text-at-coordinates-from-excel/m-p/8702487#M98819</link>
      <description>&lt;P&gt;Hi. I'm looking for the same thing but in some cells I have a single line text and in some cells I have a multiline text. For example&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 04-02-19 002.PNG" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/621594i1E319D497A81BED4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screen Shot 04-02-19 002.PNG" alt="Screen Shot 04-02-19 002.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there a way to insert multiline text? I'm trying to find it but I can't.&lt;/P&gt;
&lt;P&gt;A long time ago I found somewhere you could copy a line from notepad to command line where you wrote&lt;/P&gt;
&lt;P&gt;command, first corner, second corner, text&lt;/P&gt;
&lt;P&gt;mtext 100,100 200,200 ......&lt;/P&gt;
&lt;P&gt;but i forgot how to write the command for text. do you have to use quation marks or what. does anyone have an idea?&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2019 20:18:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/insert-text-at-coordinates-from-excel/m-p/8702487#M98819</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-02T20:18:26Z</dc:date>
    </item>
    <item>
      <title>Betreff: Insert text at coordinates from excel</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/insert-text-at-coordinates-from-excel/m-p/8746938#M98820</link>
      <description>&lt;P&gt;Thank q very much . It help me lot i mean it.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2019 09:04:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/insert-text-at-coordinates-from-excel/m-p/8746938#M98820</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-23T09:04:59Z</dc:date>
    </item>
    <item>
      <title>Re: Insert text at coordinates from excel</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/insert-text-at-coordinates-from-excel/m-p/10071605#M98821</link>
      <description>&lt;P&gt;Can you explain how to use this?&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2021 05:56:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/insert-text-at-coordinates-from-excel/m-p/10071605#M98821</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-02-10T05:56:41Z</dc:date>
    </item>
    <item>
      <title>Re: Insert text at coordinates from excel</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/insert-text-at-coordinates-from-excel/m-p/10071607#M98822</link>
      <description>&lt;P&gt;how to use this?&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2021 05:58:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/insert-text-at-coordinates-from-excel/m-p/10071607#M98822</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-02-10T05:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: Insert text at coordinates from excel</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/insert-text-at-coordinates-from-excel/m-p/12653850#M98823</link>
      <description>&lt;P&gt;How to insert multiline text the same way as in example?&lt;/P&gt;</description>
      <pubDate>Wed, 20 Mar 2024 15:33:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/insert-text-at-coordinates-from-excel/m-p/12653850#M98823</guid>
      <dc:creator>ivoitiuk</dc:creator>
      <dc:date>2024-03-20T15:33:50Z</dc:date>
    </item>
  </channel>
</rss>

