<?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: Circles from excel to autocad in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/circles-from-excel-to-autocad/m-p/5934371#M303675</link>
    <description>Thanks for spending the time on this.&lt;BR /&gt;Wrapping in LISP solves it.</description>
    <pubDate>Thu, 03 Dec 2015 13:00:51 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-12-03T13:00:51Z</dc:date>
    <item>
      <title>Circles from excel to autocad</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/circles-from-excel-to-autocad/m-p/5900291#M303650</link>
      <description>&lt;P&gt;I have many x,y and radius values on excel file however I can't export them to autocad.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any shortcut to do all in once?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Nov 2015 00:01:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/circles-from-excel-to-autocad/m-p/5900291#M303650</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-10T00:01:29Z</dc:date>
    </item>
    <item>
      <title>Re: Circles from excel to autocad</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/circles-from-excel-to-autocad/m-p/5900341#M303651</link>
      <description>&lt;OL&gt;&lt;LI&gt;&lt;FONT size="3"&gt;In Microsoft Excel, open the workbook or spreadsheet that you want to access from the AutoCAD-based product.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="3"&gt;2. Select a range of cells to function as a database table.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="3"&gt;3. Enter a name for the range of cells in the Name Box, then press Enter.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="3"&gt;Repeat steps 2 and 3, if desired, to specify additional database tables.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="3"&gt;Click File&amp;nbsp; Save.&lt;/FONT&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;or insert table in autocad, when the form pops up, pick under inssert options FROM A DATA LINK, browse to your spreadsheet.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Nov 2015 01:06:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/circles-from-excel-to-autocad/m-p/5900341#M303651</guid>
      <dc:creator>ParishSouthBdx</dc:creator>
      <dc:date>2015-11-10T01:06:58Z</dc:date>
    </item>
    <item>
      <title>Re: Circles from excel to autocad</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/circles-from-excel-to-autocad/m-p/5900361#M303652</link>
      <description>&lt;P&gt;but I need to create circles with these numbers in autocad. It's not only exporting excel sheet into Autocad.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Nov 2015 01:27:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/circles-from-excel-to-autocad/m-p/5900361#M303652</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-10T01:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: Circles from excel to autocad</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/circles-from-excel-to-autocad/m-p/5900478#M303653</link>
      <description>Okay, it's a bit of a challenge but here's my old fashioned way...&lt;BR /&gt;&lt;BR /&gt;Copy the data to a text editor or MS Word as plain text. Every line of data should end up as the x,y value and radius value.&lt;BR /&gt;If every line effectively has an "enter" (return) at the end then you are in business. If the radius is on the line after it's x,y value then even better.&lt;BR /&gt;&lt;BR /&gt;Here's an example of how I have used line and/or circle commands to automate object creation...&lt;BR /&gt;L (return)&lt;BR /&gt;2,2 (return)&lt;BR /&gt;4,4 (return)&lt;BR /&gt;(return)&lt;BR /&gt;C (return)&lt;BR /&gt;2,2 (return)&lt;BR /&gt;.25 (return)&lt;BR /&gt;(return)&lt;BR /&gt;C (return)&lt;BR /&gt;6,6 (return)&lt;BR /&gt;.25 (return)&lt;BR /&gt;(return)&lt;BR /&gt;&lt;BR /&gt;You should have a 2" line on a 45 degree angle with 2 1/2" diameter circles on either end.&lt;BR /&gt;If you understand the command shortcuts the you can use MS word to insert a "C" on each line before the x,y value and place an empty return between the end of one circle creation and beginning of the next.&lt;BR /&gt;&lt;BR /&gt;Hope it's not too confusing? A very long text sequence will step through many processes at once, especially simple tasks like circle creations.&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Nov 2015 04:25:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/circles-from-excel-to-autocad/m-p/5900478#M303653</guid>
      <dc:creator>beyoungjr</dc:creator>
      <dc:date>2015-11-10T04:25:03Z</dc:date>
    </item>
    <item>
      <title>Re: Circles from excel to autocad</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/circles-from-excel-to-autocad/m-p/5900481#M303654</link>
      <description>&lt;P&gt;1) In your spreadsheet, insert a column to the left of A.&lt;/P&gt;
&lt;P&gt;2) Assuming you don't delete your header row (1), put this formula in cell A2&lt;/P&gt;
&lt;P&gt;=CONCATENATE("circle ",B2,",",C2," ",D2)&lt;/P&gt;
&lt;P&gt;3)Copy that formula down to the end of the circle data.&lt;/P&gt;
&lt;P&gt;4)Select the range A2:A26 and choose copy.&lt;/P&gt;
&lt;P&gt;5)Paste into the AutoCAD command line.&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>Tue, 10 Nov 2015 04:31:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/circles-from-excel-to-autocad/m-p/5900481#M303654</guid>
      <dc:creator>dbroad</dc:creator>
      <dc:date>2015-11-10T04:31:00Z</dc:date>
    </item>
    <item>
      <title>Re: Circles from excel to autocad</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/circles-from-excel-to-autocad/m-p/5900500#M303655</link>
      <description>Thank you very much for the reply but are you sure that the formula is correct? It seems like not working -- *Anil Baysal* *Graduate Research AssistantMining Engineering and Management DepartmentSouth Dakota School of Mines and Technology, USA*</description>
      <pubDate>Tue, 10 Nov 2015 05:03:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/circles-from-excel-to-autocad/m-p/5900500#M303655</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-10T05:03:29Z</dc:date>
    </item>
    <item>
      <title>Re: Circles from excel to autocad</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/circles-from-excel-to-autocad/m-p/5900516#M303656</link>
      <description>&lt;P&gt;Now, it worked. Thank you very much!&lt;/P&gt;</description>
      <pubDate>Tue, 10 Nov 2015 05:44:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/circles-from-excel-to-autocad/m-p/5900516#M303656</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-10T05:44:57Z</dc:date>
    </item>
    <item>
      <title>Re: Circles from excel to autocad</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/circles-from-excel-to-autocad/m-p/5907261#M303657</link>
      <description>&lt;P&gt;Dr dbroad, does it work in the same way if I want to create spheres in 3D? Because, it seems like autocad doesn't ask for Z coordinates to draw a sphere. I obtained x,y,z coordinates and r for 3D sphere locations but it doesn't work.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Nov 2015 17:14:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/circles-from-excel-to-autocad/m-p/5907261#M303657</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-13T17:14:58Z</dc:date>
    </item>
    <item>
      <title>Re: Circles from excel to autocad</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/circles-from-excel-to-autocad/m-p/5908154#M303658</link>
      <description>&lt;P&gt;Not a Dr. &amp;nbsp;Just an architectural professor.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The fifth argument &amp;nbsp;to the concatenate function (the comma) should not have a space. &amp;nbsp;Coordinates must not be separated by spaces.&lt;/P&gt;</description>
      <pubDate>Sat, 14 Nov 2015 13:21:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/circles-from-excel-to-autocad/m-p/5908154#M303658</guid>
      <dc:creator>dbroad</dc:creator>
      <dc:date>2015-11-14T13:21:47Z</dc:date>
    </item>
    <item>
      <title>Re: Circles from excel to autocad</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/circles-from-excel-to-autocad/m-p/5910211#M303659</link>
      <description>&lt;P&gt;If you mean like this, it did not work either &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;=CONCATENATE("sphere ",B2,",",C2,", ",D2,"",E2)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Nov 2015 17:01:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/circles-from-excel-to-autocad/m-p/5910211#M303659</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-16T17:01:14Z</dc:date>
    </item>
    <item>
      <title>Re: Circles from excel to autocad</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/circles-from-excel-to-autocad/m-p/5910223#M303660</link>
      <description>&lt;P&gt;&lt;SPAN&gt;=CONCATENATE("sphere ",B2,",",C2,",&amp;lt;no space here&amp;gt;",D2,"&amp;lt;one space here&amp;gt;",E2)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Nov 2015 17:06:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/circles-from-excel-to-autocad/m-p/5910223#M303660</guid>
      <dc:creator>dbroad</dc:creator>
      <dc:date>2015-11-16T17:06:16Z</dc:date>
    </item>
    <item>
      <title>Re: Circles from excel to autocad</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/circles-from-excel-to-autocad/m-p/5910251#M303661</link>
      <description>&lt;P&gt;Sir, are you sure that this code is successful for AutoCad2015? &amp;nbsp;because I keep getting error when I use this&amp;nbsp;=CONCATENATE("sphere ",B2,",",C2,",",D2,"",E2)&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;&lt;IMG src="https://forums.autodesk.com/t5/image/serverpage/image-id/201006i48541B9F5D541194/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="autocad2015error.PNG" title="autocad2015error.PNG" /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Nov 2015 17:22:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/circles-from-excel-to-autocad/m-p/5910251#M303661</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-16T17:22:41Z</dc:date>
    </item>
    <item>
      <title>Re: Circles from excel to autocad</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/circles-from-excel-to-autocad/m-p/5910383#M303662</link>
      <description>&lt;P&gt;&lt;SPAN&gt;=CONCATENATE("sphere ",B2,",",C2,",",D2," ",E2)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You didn't follow instructions. &amp;nbsp;Remember&amp;lt;no space here&amp;gt; &amp;lt;one space here&amp;gt;? &amp;nbsp;You took out both spaces.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Nov 2015 18:38:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/circles-from-excel-to-autocad/m-p/5910383#M303662</guid>
      <dc:creator>dbroad</dc:creator>
      <dc:date>2015-11-16T18:38:10Z</dc:date>
    </item>
    <item>
      <title>Re: Circles from excel to autocad</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/circles-from-excel-to-autocad/m-p/5932870#M303663</link>
      <description>&lt;P&gt;This tip is great. &amp;nbsp;Never knew you could cut and paste multiple line into the commad line.&lt;/P&gt;&lt;P&gt;Used this to autocreate dwgs of some parametric designed spreadsheet parts.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, how can I get it to work with the TEXT command which requires two Return characters after the text entry in order to return to the command prompt?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I paste the following into the command line:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;text 0,0 24 0 N22&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;text 10,10 24 0 N11&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I get the following onscreen result:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://forums.autodesk.com/t5/image/serverpage/image-id/204154i598EA45463CB3BA2/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="Capture.JPG" title="Capture.JPG" width="709" height="186" /&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;The second command is taken as a second line of text rather then a command.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;FB&lt;/P&gt;</description>
      <pubDate>Wed, 02 Dec 2015 15:59:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/circles-from-excel-to-autocad/m-p/5932870#M303663</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-02T15:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: Circles from excel to autocad</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/circles-from-excel-to-autocad/m-p/5932989#M303664</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@fredla wrote:&lt;BR /&gt;
&lt;P&gt;... how can I get it to work with the TEXT command which requires &lt;FONT color="#0000FF"&gt;two Return characters&lt;/FONT&gt; after the text entry in order to return to the command prompt?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If I paste the following into the command line:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;text 0,0 24 0 N22&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;text 10,10 24 0 N11&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;....&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The second command is taken as a second line of text rather then a command.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
....&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Can you structure the Excel file so that it &lt;FONT color="#0000FF"&gt;provides the extra Return&lt;/FONT&gt; between lines?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;text 0,0 24 0 N22&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;text 10,10 24 0 N11&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Dec 2015 16:58:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/circles-from-excel-to-autocad/m-p/5932989#M303664</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2015-12-02T16:58:33Z</dc:date>
    </item>
    <item>
      <title>Re: Circles from excel to autocad</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/circles-from-excel-to-autocad/m-p/5933059#M303665</link>
      <description>&lt;P&gt;I agree with Kent.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Dec 2015 17:33:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/circles-from-excel-to-autocad/m-p/5933059#M303665</guid>
      <dc:creator>dbroad</dc:creator>
      <dc:date>2015-12-02T17:33:01Z</dc:date>
    </item>
    <item>
      <title>Re: Circles from excel to autocad</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/circles-from-excel-to-autocad/m-p/5933447#M303666</link>
      <description>&lt;P&gt;Yeah, ive been messing with this for a few hours now and I came up with that solution of inserting a blank line between each line in my spreadsheet.&lt;/P&gt;&lt;P&gt;Works but is kind of annoying because my spreadsheet is a list of many lines (labelled circles of various sizes and positions) that get sorted and filtered by the users.&lt;/P&gt;&lt;P&gt;Those blank lines disappear with every sort and must be reinserted if im to paste to Acad.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Will have to write a little VBA to insert those lines as there are a few hundreds of them...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tried adding the line feed (char(10)) or carridge return (char(13)) to the excel formula but a weird thing happens when I copy and paste into the command line: &amp;nbsp;for some reason, a double quote (") appears at the begining of each command.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So the formula is:&lt;/P&gt;&lt;P&gt;="dtext -" &amp;amp; A2 &amp;amp; "," &amp;amp; B2 &amp;amp; " 2.3 0 " &amp;amp; A1 &amp;amp; CHAR(10)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The text that appears in the cell is:&lt;/P&gt;&lt;P&gt;dtext -160,3' 2.3 0 M-1A&lt;/P&gt;&lt;P&gt;&amp;nbsp;(with a line feed character which shows up as a multi line cell in excel)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and this is the result of the paste into Acad:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://forums.autodesk.com/t5/image/serverpage/image-id/204197iEAE7F5FB889C7B6C/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="Capture.JPG" title="Capture.JPG" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Notice that quote before dtext...&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyideas on how to prevent that?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Fred&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Dec 2015 21:15:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/circles-from-excel-to-autocad/m-p/5933447#M303666</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-02T21:15:02Z</dc:date>
    </item>
    <item>
      <title>Re: Circles from excel to autocad</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/circles-from-excel-to-autocad/m-p/5933454#M303667</link>
      <description>&lt;A href="http://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/script/m-p/5928974#M337105" target="_blank"&gt;http://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/script/m-p/5928974#M337105&lt;/A&gt;</description>
      <pubDate>Wed, 02 Dec 2015 21:21:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/circles-from-excel-to-autocad/m-p/5933454#M303667</guid>
      <dc:creator>ВeekeeCZ</dc:creator>
      <dc:date>2015-12-02T21:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: Circles from excel to autocad</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/circles-from-excel-to-autocad/m-p/5933479#M303668</link>
      <description>&lt;P&gt;Fred,&lt;/P&gt;
&lt;P&gt;You didn't follow the discussion above. &amp;nbsp;If you are combining different excel cell values into a single cell, you must use the concatenate function.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;=concatenate("dtext ", ......)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The results cannot have double quotes in them. &amp;nbsp;AutoCAD doesn't understand double quotes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Why are you sorting in Excel? There shouldn't be a need for sorting. &amp;nbsp;However, if you must, you can add a column to your sort to prevent losing the spaces.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Dec 2015 21:33:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/circles-from-excel-to-autocad/m-p/5933479#M303668</guid>
      <dc:creator>dbroad</dc:creator>
      <dc:date>2015-12-02T21:33:15Z</dc:date>
    </item>
    <item>
      <title>Re: Circles from excel to autocad</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/circles-from-excel-to-autocad/m-p/5933500#M303669</link>
      <description>Helps.&lt;BR /&gt;Still need to insert the blank lines in notepad as for some reason they dont seen to get picked up by the copy in excel and hence dont paste into Acad..&lt;BR /&gt;But easier to insert those lines there rather than in excel.&lt;BR /&gt;Then Search and replace to remove a few hundred quote in notepad.&lt;BR /&gt;&lt;BR /&gt;Still open to other solutions.</description>
      <pubDate>Wed, 02 Dec 2015 21:41:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/circles-from-excel-to-autocad/m-p/5933500#M303669</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-02T21:41:37Z</dc:date>
    </item>
  </channel>
</rss>

