Hello,
I am writing a routine to compare two selection sets that each contain multiple blocks. There is an if-statement, and it is as follows:
(if (and (= entname entname2) (= inspoint inspoint2))
(progn
(entdel bLock)
(entdel bLock2)
)
)
The program will not enter...
I have written a VBA program in AutoCAD to open excel, copy a spreadsheet, and do a paste special into AutoCAD. It is a fairly automated process, but I cannot find a way to suppress the paste-special dialog box in AutoCAD. Does anyone know how to run the paste as link command directly from...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.