<?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: Ending script command lines using Excel in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/ending-script-command-lines-using-excel/m-p/9001486#M129208</link>
    <description>&lt;P&gt;Patrick's Notepad &lt;FONT size="3"&gt;&lt;EM&gt;solution&lt;/EM&gt; &lt;/FONT&gt;above work and is a great solution.&amp;nbsp; In Notepad you can see the exact script you are pasting.&amp;nbsp; Also, you can remove any &lt;STRONG&gt;&lt;I&gt;&lt;SPAN class="st"&gt;&lt;EM&gt;extraneous characters that Excel&amp;nbsp; may insert. &lt;/EM&gt;&lt;/SPAN&gt;&lt;/I&gt;&lt;/STRONG&gt;&lt;I&gt;&lt;SPAN class="st"&gt;&lt;EM&gt;-&lt;/EM&gt;&lt;/SPAN&gt;&lt;/I&gt;&lt;EM&gt;&lt;SPAN class="st"&gt;Thanks Patrick&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN class="st"&gt;I have abandoned the "textsyle" approach and&amp;nbsp; used a style setting that does not set the height , text style "standard, etc.&amp;nbsp; Then you can set the height in each text command.&amp;nbsp; Example below.&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN class="st"&gt;Thanks all for your responses.&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN class="st"&gt;Cell B3 =" "&amp;amp;CHAR(13)&amp;amp;"-Text"&amp;amp;" "&amp;amp;"20,60"&amp;amp;" "&amp;amp;"1" &amp;amp;" "&amp;amp;45&amp;amp;" "&amp;amp;"My text 1"&lt;BR /&gt;Cell B4 =" "&amp;amp;CHAR(13)&amp;amp;"-Text"&amp;amp;" "&amp;amp;"25,50"&amp;amp;" "&amp;amp;"2" &amp;amp;" "&amp;amp;45&amp;amp;" "&amp;amp;"My text 2"&lt;BR /&gt;Cell B5 =" "&amp;amp;CHAR(13)&amp;amp;"-Text"&amp;amp;" "&amp;amp;"30,40"&amp;amp;" "&amp;amp;"3" &amp;amp;" "&amp;amp;45&amp;amp;" "&amp;amp;"My text 3"&lt;BR /&gt;Cell B6 =" "&amp;amp;CHAR(13)&amp;amp;"-Text"&amp;amp;" "&amp;amp;"35,30"&amp;amp;" "&amp;amp;"4" &amp;amp;" "&amp;amp;45&amp;amp;" "&amp;amp;"My text 4"&lt;BR /&gt;Cell B7&lt;BR /&gt;Cell B8 =B3&amp;amp;B4&amp;amp;B5&amp;amp;B6&amp;amp;CHAR(13)&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 02 Sep 2019 15:21:32 GMT</pubDate>
    <dc:creator>orders3</dc:creator>
    <dc:date>2019-09-02T15:21:32Z</dc:date>
    <item>
      <title>Ending script command lines using Excel</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/ending-script-command-lines-using-excel/m-p/8999549#M129200</link>
      <description>&lt;P&gt;You are probably not a fan of using Excel to generate AutoCAD script, But please provide some guidance for the following.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am having great difficulty executing two consecutive commands pasted to the AutoCAD command line. I assume there is a need to escape/terminate the first command before executing the second command.&lt;/P&gt;&lt;P&gt;For example: See details below)&lt;BR /&gt;If I cut &amp;amp; paste cell B3 to AutoCAD it sets the text style to style4 as expected.&lt;BR /&gt;If I cut &amp;amp; paste cell B4 to AutoCAD it prints the text correctly.&lt;BR /&gt;But If I cut &amp;amp; paste cell B6 (concatenated B3 &amp;amp; B4) to AutoCAD it fails.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried terminating the style command with semicolon, carriage returns, spaces, etc. without success. I am able to draw lines, print some text, etc. correctly, using innovative characters between commands, but not sure if that is the most efficient technique.&lt;/P&gt;&lt;P&gt;FYI - The program utilizes survey data to plot boundary lines. etc. - N 7° 35' 32'' E.&lt;/P&gt;&lt;P&gt;Any help greatly appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Excel....&lt;BR /&gt;Cell B3 ="textstyle"&amp;amp;" "&amp;amp;"style4"&lt;BR /&gt;Cell B4 ="-Text"&amp;amp;" "&amp;amp;"20,30"&amp;amp;" "&amp;amp;25&amp;amp;" "&amp;amp;"My text here"&lt;BR /&gt;Cell B5&lt;BR /&gt;Cell B6 =B3&amp;amp;B4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Copy &amp;amp; Paste Cell B3 (Works)&lt;BR /&gt;AutoCAD response:&lt;BR /&gt;&amp;nbsp; Command: textstyle&lt;BR /&gt;&amp;nbsp; Enter new value for TEXTSTYLE &amp;lt;"style4"&amp;gt;: style4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Copy &amp;amp; Paste Cell B4 (Works) - Displays text correctly&lt;BR /&gt;AutoCAD response:&lt;BR /&gt;&amp;nbsp; Current text style: "style4" Text height: 4.0000 Annotative: No Justify: Left&lt;BR /&gt;&amp;nbsp; Specify start point of text or [Justify/Style]: 20,30&lt;BR /&gt;&amp;nbsp; Specify rotation angle of text &amp;lt;25&amp;gt;: 25&lt;BR /&gt;&amp;nbsp; Enter text: My text here&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Copy &amp;amp; Paste Cell B6 (Fails)&lt;BR /&gt;AutoCAD response:&lt;BR /&gt;&amp;nbsp; Command: textstyle&lt;BR /&gt;&amp;nbsp; Enter new value for TEXTSTYLE &amp;lt;"style4"&amp;gt;: style4-Text 20,30 25 My text here&lt;BR /&gt;&amp;nbsp; Cannot set TEXTSTYLE to that value.&lt;BR /&gt;&amp;nbsp; *Invalid*&lt;/P&gt;</description>
      <pubDate>Sat, 31 Aug 2019 19:13:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/ending-script-command-lines-using-excel/m-p/8999549#M129200</guid>
      <dc:creator>orders3</dc:creator>
      <dc:date>2019-08-31T19:13:31Z</dc:date>
    </item>
    <item>
      <title>Re: Ending script command lines using Excel</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/ending-script-command-lines-using-excel/m-p/8999562#M129201</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;a textstyle name can contain spaces, so as long as you only paste the content of B3 AutoCAD sends the last &lt;EM&gt;&lt;STRONG&gt;&lt;FONT color="#333333"&gt;&amp;lt;ENTER&amp;gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/EM&gt; automatically.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But when you send a string like you have shown in cell B6:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#333399"&gt;_TEXTSTYLE&lt;/FONT&gt;&lt;EM&gt;&lt;FONT color="#333333"&gt;&amp;lt;ENTER&amp;gt;&lt;/FONT&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#333399"&gt;STYLE4 TEXT...&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;AutoCAD does not know that the name of the textstyle ends after the "4" in the string, it looks for a textstyle with the name "STYLE4 TEXT..." and does not find it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You need to send an &amp;lt;ENTER&amp;gt; after the name of the style before starting the next command&lt;BR /&gt;So what you need for cell B6 is&lt;/P&gt;
&lt;P&gt;Cell B6 =B3 &amp;amp; &lt;STRONG&gt;&lt;FONT color="#333399"&gt;ZEICHEN(13)&lt;/FONT&gt;&lt;/STRONG&gt; &amp;amp; B4&lt;/P&gt;
&lt;P&gt;Wheras "ZEICHEN(13)" is for the German version of Excel a control character for &amp;lt;ENTER&amp;gt;, but for that I'm sorry now not to have an English version of Excel and so don't know the English function name exactly, please try&lt;/P&gt;
&lt;P&gt;Cell B6 =B3 &amp;amp; &lt;STRONG&gt;&lt;FONT color="#333399"&gt;CHAR&lt;/FONT&gt;&lt;FONT color="#333399"&gt;(13)&lt;/FONT&gt;&lt;/STRONG&gt; &amp;amp; B4&lt;/P&gt;
&lt;P&gt;Cell B6 =B3 &amp;amp; &lt;STRONG&gt;&lt;FONT color="#333399"&gt;CHR(13)&lt;/FONT&gt;&lt;/STRONG&gt; &amp;amp; B4&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope any of these 2 versions is correct and working for you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- alfred -&lt;/P&gt;</description>
      <pubDate>Sat, 31 Aug 2019 19:37:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/ending-script-command-lines-using-excel/m-p/8999562#M129201</guid>
      <dc:creator>Alfred.NESWADBA</dc:creator>
      <dc:date>2019-08-31T19:37:57Z</dc:date>
    </item>
    <item>
      <title>Re: Ending script command lines using Excel</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/ending-script-command-lines-using-excel/m-p/8999589#M129202</link>
      <description>&lt;P&gt;Thanks for suggestion.&amp;nbsp; I agree with theory, but no matter where I insert Enter (char(13) it still does not work.&lt;/P&gt;</description>
      <pubDate>Sat, 31 Aug 2019 21:00:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/ending-script-command-lines-using-excel/m-p/8999589#M129202</guid>
      <dc:creator>orders3</dc:creator>
      <dc:date>2019-08-31T21:00:42Z</dc:date>
    </item>
    <item>
      <title>Re: Ending script command lines using Excel</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/ending-script-command-lines-using-excel/m-p/8999591#M129203</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;for me it worked ... can you please upload the XLS-file?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;[EDIT]... as well as a screenshot of the command line after you run that script [/EDIT]&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- alfred -&lt;/P&gt;</description>
      <pubDate>Sat, 31 Aug 2019 21:04:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/ending-script-command-lines-using-excel/m-p/8999591#M129203</guid>
      <dc:creator>Alfred.NESWADBA</dc:creator>
      <dc:date>2019-08-31T21:04:20Z</dc:date>
    </item>
    <item>
      <title>Re: Ending script command lines using Excel</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/ending-script-command-lines-using-excel/m-p/8999610#M129204</link>
      <description>&lt;P&gt;Note - using AutoCAD 2017&lt;/P&gt;&lt;P&gt;It does work for me if the text stile is already set to "style4". But if the text style if not set to style4 than it fails.&lt;BR /&gt;Script from Excel.............&lt;BR /&gt;textstyle style4&lt;/P&gt;&lt;P&gt;-Text 20,30 25 My text here&lt;BR /&gt;&lt;BR /&gt;Combined....&lt;BR /&gt;"textstyle style4&lt;/P&gt;&lt;P&gt;-Text 20,30 25 My text here"&lt;/P&gt;&lt;P&gt;Don't know how to upload xlsx file&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Screenshot&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Set Style Problem.jpg" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/672811i612CFC5F4609E21E/image-size/large?v=v2&amp;amp;px=999" role="button" title="Set Style Problem.jpg" alt="Set Style Problem.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 31 Aug 2019 21:48:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/ending-script-command-lines-using-excel/m-p/8999610#M129204</guid>
      <dc:creator>orders3</dc:creator>
      <dc:date>2019-08-31T21:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: Ending script command lines using Excel</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/ending-script-command-lines-using-excel/m-p/8999618#M129205</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#333399"&gt;&lt;EM&gt;&amp;gt;&amp;gt; Don't know how to upload xlsx file&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Make a ZIP of that and use the attachment button below of the textbox in the forum reply.&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="20190831_235350_0001.png" style="width: 320px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/672813iC5B9E98BA5BF242C/image-dimensions/320x239?v=v2" width="320" height="239" role="button" title="20190831_235350_0001.png" alt="20190831_235350_0001.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;From what I see in the screenshot you are sending the quotes (") to the command-line, these are not correct.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- alfred -&lt;/P&gt;</description>
      <pubDate>Sat, 31 Aug 2019 21:55:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/ending-script-command-lines-using-excel/m-p/8999618#M129205</guid>
      <dc:creator>Alfred.NESWADBA</dc:creator>
      <dc:date>2019-08-31T21:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: Ending script command lines using Excel</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/ending-script-command-lines-using-excel/m-p/8999647#M129206</link>
      <description>&lt;P&gt;Agreed, Trying to figure out how they get there.&amp;nbsp; Perhaps a flaw in Excel&lt;/P&gt;</description>
      <pubDate>Sat, 31 Aug 2019 23:31:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/ending-script-command-lines-using-excel/m-p/8999647#M129206</guid>
      <dc:creator>orders3</dc:creator>
      <dc:date>2019-08-31T23:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: Ending script command lines using Excel</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/ending-script-command-lines-using-excel/m-p/9000564#M129207</link>
      <description>&lt;P&gt;Anytime we want to use excel for creating script routines we copy/paste from Excel into Notepad, this gets rid of all formatting and you now have the choice to save it as a script file and import it in AutoCAD or copy/paste from Notepad directly into AutoCAD.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;For example the client gives us a list of his drawing numbers which we have to add to the title block, we can create a script in Excel copy/paste this into Notepad and save it as a script routine. This script will open each drawing and update the title block.&amp;nbsp;It also means you are going to see the list of commands that will appear in AutoCAD.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Patrick&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.multi-batch.com/" target="_blank"&gt;http://www.multi-batch.com/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;For your entire batch processing needs&lt;/P&gt;</description>
      <pubDate>Mon, 02 Sep 2019 06:01:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/ending-script-command-lines-using-excel/m-p/9000564#M129207</guid>
      <dc:creator>PatrickByrne</dc:creator>
      <dc:date>2019-09-02T06:01:50Z</dc:date>
    </item>
    <item>
      <title>Re: Ending script command lines using Excel</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/ending-script-command-lines-using-excel/m-p/9001486#M129208</link>
      <description>&lt;P&gt;Patrick's Notepad &lt;FONT size="3"&gt;&lt;EM&gt;solution&lt;/EM&gt; &lt;/FONT&gt;above work and is a great solution.&amp;nbsp; In Notepad you can see the exact script you are pasting.&amp;nbsp; Also, you can remove any &lt;STRONG&gt;&lt;I&gt;&lt;SPAN class="st"&gt;&lt;EM&gt;extraneous characters that Excel&amp;nbsp; may insert. &lt;/EM&gt;&lt;/SPAN&gt;&lt;/I&gt;&lt;/STRONG&gt;&lt;I&gt;&lt;SPAN class="st"&gt;&lt;EM&gt;-&lt;/EM&gt;&lt;/SPAN&gt;&lt;/I&gt;&lt;EM&gt;&lt;SPAN class="st"&gt;Thanks Patrick&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN class="st"&gt;I have abandoned the "textsyle" approach and&amp;nbsp; used a style setting that does not set the height , text style "standard, etc.&amp;nbsp; Then you can set the height in each text command.&amp;nbsp; Example below.&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN class="st"&gt;Thanks all for your responses.&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN class="st"&gt;Cell B3 =" "&amp;amp;CHAR(13)&amp;amp;"-Text"&amp;amp;" "&amp;amp;"20,60"&amp;amp;" "&amp;amp;"1" &amp;amp;" "&amp;amp;45&amp;amp;" "&amp;amp;"My text 1"&lt;BR /&gt;Cell B4 =" "&amp;amp;CHAR(13)&amp;amp;"-Text"&amp;amp;" "&amp;amp;"25,50"&amp;amp;" "&amp;amp;"2" &amp;amp;" "&amp;amp;45&amp;amp;" "&amp;amp;"My text 2"&lt;BR /&gt;Cell B5 =" "&amp;amp;CHAR(13)&amp;amp;"-Text"&amp;amp;" "&amp;amp;"30,40"&amp;amp;" "&amp;amp;"3" &amp;amp;" "&amp;amp;45&amp;amp;" "&amp;amp;"My text 3"&lt;BR /&gt;Cell B6 =" "&amp;amp;CHAR(13)&amp;amp;"-Text"&amp;amp;" "&amp;amp;"35,30"&amp;amp;" "&amp;amp;"4" &amp;amp;" "&amp;amp;45&amp;amp;" "&amp;amp;"My text 4"&lt;BR /&gt;Cell B7&lt;BR /&gt;Cell B8 =B3&amp;amp;B4&amp;amp;B5&amp;amp;B6&amp;amp;CHAR(13)&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Sep 2019 15:21:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/ending-script-command-lines-using-excel/m-p/9001486#M129208</guid>
      <dc:creator>orders3</dc:creator>
      <dc:date>2019-09-02T15:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: Ending script command lines using Excel</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/ending-script-command-lines-using-excel/m-p/9001496#M129209</link>
      <description>&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Patrick's Notepad solution work great.&lt;/STRONG&gt;&lt;/EM&gt;&amp;nbsp; And you can see the exact script you are pasting and if required remove any Excel extraneous characters.&amp;nbsp; &lt;EM&gt;&lt;STRONG&gt;T&lt;/STRONG&gt;&lt;STRONG&gt;hanks Patrick&lt;/STRONG&gt;&lt;/EM&gt; and all other responses.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I abandoned the "textstyle" approach and am using a style that does not set the height ("standard", etc).&amp;nbsp; Then you can set the height, rotation, etc. in each Text command.&amp;nbsp; Example follows:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cell B3 =" "&amp;amp;CHAR(13)&amp;amp;"-Text"&amp;amp;" "&amp;amp;"20,60"&amp;amp;" "&amp;amp;"1" &amp;amp;" "&amp;amp;45&amp;amp;" "&amp;amp;"My text 1"&lt;BR /&gt;Cell B4 =" "&amp;amp;CHAR(13)&amp;amp;"-Text"&amp;amp;" "&amp;amp;"25,50"&amp;amp;" "&amp;amp;"2" &amp;amp;" "&amp;amp;45&amp;amp;" "&amp;amp;"My text 2"&lt;BR /&gt;Cell B5 =" "&amp;amp;CHAR(13)&amp;amp;"-Text"&amp;amp;" "&amp;amp;"30,40"&amp;amp;" "&amp;amp;"3" &amp;amp;" "&amp;amp;45&amp;amp;" "&amp;amp;"My text 3"&lt;BR /&gt;Cell B6 =" "&amp;amp;CHAR(13)&amp;amp;"-Text"&amp;amp;" "&amp;amp;"35,30"&amp;amp;" "&amp;amp;"4" &amp;amp;" "&amp;amp;45&amp;amp;" "&amp;amp;"My text 4"&lt;BR /&gt;Cell B7&lt;BR /&gt;Cell B8 =B3&amp;amp;B4&amp;amp;B5&amp;amp;B6&amp;amp;CHAR(13)&lt;/P&gt;</description>
      <pubDate>Mon, 02 Sep 2019 15:31:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/ending-script-command-lines-using-excel/m-p/9001496#M129209</guid>
      <dc:creator>orders3</dc:creator>
      <dc:date>2019-09-02T15:31:03Z</dc:date>
    </item>
    <item>
      <title>Re: Ending script command lines using Excel</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/ending-script-command-lines-using-excel/m-p/9002788#M129210</link>
      <description>&lt;P&gt;Glad you found it helpful, Notepad is great for getting rid of formatting done in another program, for example copying notes from Microsoft Word to AutoCAD&lt;BR /&gt;&lt;BR /&gt;Patrick&lt;BR /&gt;&lt;A href="http://www.multi-batch.com/" target="_blank"&gt;http://www.multi-batch.com/&lt;/A&gt;&lt;BR /&gt;For your entire batch processing needs&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2019 10:05:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/ending-script-command-lines-using-excel/m-p/9002788#M129210</guid>
      <dc:creator>PatrickByrne</dc:creator>
      <dc:date>2019-09-03T10:05:03Z</dc:date>
    </item>
  </channel>
</rss>

