Macro to insert DWG
Macro to insert DWG
(OP)
I would like to know how to have Excel insert an AutoCAD drawing into a worksheet depending on the part name typed into a reference cell.
I have hundreds of different part numbers/names. I would like the worksheet to be a template to be used for different jobs with different parts for different clients.
Assume that the name of the part will be the file name of the drawing and that all drawings will reside in the same folder.
Thanks in advance for any pointers.
I have hundreds of different part numbers/names. I would like the worksheet to be a template to be used for different jobs with different parts for different clients.
Assume that the name of the part will be the file name of the drawing and that all drawings will reside in the same folder.
Thanks in advance for any pointers.





RE: Macro to insert DWG
then in excel use a VBA cell event to import the image.
Sorry not sraight forward an will require a small amount of both VBA programming and AutoCAD scripting/AutoLISP
RE: Macro to insert DWG
http://www.furix.com/