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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: jkusnick
  • Content: Threads
  • Order by date
  1. jkusnick

    Autolisp not entering if-statement correctly

    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...
  2. jkusnick

    VBA AutoCAD Paste Special Dialog Box Supress

    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...

Part and Inventory Search

Back
Top