PDA

View Full Version : Program to Link Square Footage Data to Excel



julie_starzynski
2006-11-29, 07:01 PM
Currently, my department is looking to see if there is a way to have an active link from a series of Auto CAD drawing to an excel spreadsheet of the square footages. Currently, we have an excel spreadsheet that is manually updated every time a square footage is changed in an Auto CAD drawing. Does anyone know if there is a program out there that can link the data that is changed in Auto CAD to an excel spreadsheet or another document? We would like this to automatically update as the square footages are changed in the Auto CAD drawings so that we constantly have an up-to-date document that anyone can access.

Any ideas??

Thanks!

Jul

Ed Jobe
2006-11-29, 08:32 PM
Julie, you posted in the Hardware forum, which is for pc's, monitors, etc. Therefore I moved it to the general acad forum.

Architectural Desktop has those features built into it. If you can't upgrade to ADT, there are a couple of other things you could try. First, try using a field inside an acad table. Attached is a sample dwg. Resize the polygon in ms and do REGENALL. Watch the area field update.

You could also try DbConnect to link a plolyline's area property to a spreadsheet.

julie_starzynski
2006-11-29, 08:39 PM
Hi,

Sorry I thought I was posting this in the General. It's been a hectic day today! I will have to research more into ADT. We have ADT but was told that the data could only be linked to one drawing file and not multiple.

Thanks,

Jul

Ed Jobe
2006-11-29, 10:10 PM
We have ADT but was told that the data could only be linked to one drawing file and not multiple.
I was referring to using ADT schedules, not your xls. For more information in that area, you should post in the ADT forum.

Sorry, I forgot to attach the file. Check the previous post again.

sinc
2006-11-30, 04:47 PM
Currently, my department is looking to see if there is a way to have an active link from a series of Auto CAD drawing to an excel spreadsheet of the square footages. Currently, we have an excel spreadsheet that is manually updated every time a square footage is changed in an Auto CAD drawing. Does anyone know if there is a program out there that can link the data that is changed in Auto CAD to an excel spreadsheet or another document? We would like this to automatically update as the square footages are changed in the Auto CAD drawings so that we constantly have an up-to-date document that anyone can access.


Do you have Map? You should be able to use Map to convert the info of interest into database links, and then link the database to fields in the Excel workbook. You probably need MS Access (or maybe some other SQL database) in order to do it, but I don't really know, because I haven't actually tried to do something like that.