Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MintJulep on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Excel to AutoCad

Status
Not open for further replies.

tigre6978

Mechanical
Joined
Jul 22, 2009
Messages
1
Location
US
I have a question. I am a beginner in AutoCad. Is there a way to automate Autocad using Excel? An example of what I am trying to do is as follows. I would like to create a table in excel that has certain values for the length, width and the height of a cube that is drawn in AutoCad. Would it be possible for the drawing in AutoCad to be automatically updated if I were to change the values in the excel table?
 
Yes, if you're very good with VBA.
 
See this for starting the AutoCAD application from within Excel. Then you'll need script which draws the cube based on your table. You can play around with recording macros in AutoCAD for drawing cubes to get the right syntax. AutoCAD 2009 has separate macros and VBA, though, so an earlier version might be easier for recording macros.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top