Results 1 to 3 of 3

Thread: Excel Rectangle to AutoCAD

  1. #1
    Member
    Join Date
    2011-03
    Posts
    3
    Login to Give a bone
    0

    Default Excel Rectangle to AutoCAD

    Hi,

    i have an excel list of Length x Width (2 columns)

    2400 50
    2340 45
    etc
    etc

    is there a way to DRAW Rectangles from the excel List in AutoCAD? End result i want Rectangles drawn near each other from the Excel List

    SInce there are many Rectangles in AutoCAD, it should be done in a way to give a space between each item (i,e first one is drawn in 0,0 coordinate the other one can be drawn, 0,4000) 4 meters away

    thanks,

    Bedros

  2. #2
    Administrator Ed Jobe's Avatar
    Join Date
    2000-11
    Location
    Turlock, CA
    Posts
    6,409
    Login to Give a bone
    0

    Default Re: Excel Rectangle to AutoCAD

    Yes, you can do it via lisp or VBA. You can search the vba forum for code samples on working with AutoCAD from Excel. If you don't want to place the rectangles at fixed distances, you can store 2D insertion points in xl.
    C:> ED WORKING....


    LinkedIn

  3. #3
    All AUGI, all the time
    Join Date
    2003-07
    Posts
    559
    Login to Give a bone
    0

    Default Re: Excel Rectangle to AutoCAD

    Stay in excel and do it all use enter your start co ords x y at top in 2 new columns also spacing x then its just some simple maths use concatenate to make a column that is the rectangle pt1 pt2. You need Rectang x1,y1 x2,y2. You just copy the column to the command line the rectangs will appear.

Similar Threads

  1. Replies: 5
    Last Post: 2013-10-16, 05:39 PM
  2. Replies: 1
    Last Post: 2012-08-08, 05:50 PM
  3. Replies: 1
    Last Post: 2009-04-29, 11:03 AM
  4. Replies: 3
    Last Post: 2009-04-15, 07:30 PM
  5. create an excel of block attributes from within a specified rectangle
    By christopher.r.schroll in forum VBA/COM Interop
    Replies: 1
    Last Post: 2008-05-20, 02:33 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •