
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hey everyone,
I've been able to develop an AutoCAD .dll file with the ability to export a parts list, change block information on request, etc. A lot of the things I do at work require using Excel to get the information from the drawing into our database systems. However, I'm realizing that it would be really nice if we could not only do things from AutoCAD but also start a lot of these processes in Excel using the same code in the .dll file, not just from the command line in AutoCAD. The trouble is, I'm not sure if this is even possible. My current attempts have given me a "Common Language Runtime detected an invalid program" error.
So, to summarize, my ideal scenario is to have functions written in my AutoCAD .dll file that someone using Excel could access using a certain workbook. However, if that wouldn't work I'll understand. I've tried to look into this online, but it's usually having AutoCAD refer to Excel, not in the reverse.
Thanks,
Nic
Solved! Go to Solution.