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

Search results for query: *

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

    Extracting X-Ref information (Autocad)

    Hi, i have these few lines of lisp code which can automatically extract attributes from blocks which are in an X-Ref. i was wondering if anyone knows of a VBA equivalent to this code Lisp: (defun c:xrefatts () (setq ename (nentsel "\nSelect block in xref: ")) (if (= (length (nth 3 ename))...

Part and Inventory Search

Back
Top