Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by sanders720

  1. sanders720

    Get Property problems in VBA Code

    I have some code for properties that looks line this: Dim i As Integer Debug.Print "*** PROPERTIES FOR oProp1 ***" For i = 1 To oProp1.Count Debug.Print i, oProp1(i).Name, oProp1(i).Value Next i Debug.Print "*** PROPERTIES FOR oProp2...
  2. sanders720

    AutoCAD 2000 to 2004 - AutoLISP Insert into Dialog Boxes...

    The attdia variable is a little touchier in 2004 vs 2000!
  3. sanders720

    AutoCAD 2000 to 2004 - AutoLISP Insert into Dialog Boxes...

    Great question. I have no idea. This program was written three years ago when we upgraded to 2000, and I have no idea why I wrote it this way. It does however, work in 2000.
  4. sanders720

    AutoCAD 2000 to 2004 - AutoLISP Insert into Dialog Boxes...

    In R2000, I could use this line of LISP code... (command "-insert" "bill_note_left" P4 (* (getvar "dimscale") 1) "" "0" AttReq AttRSP JOB+PTSQ2 AttRev AttRelBy AttRelDate AttDesc AttMfg AttMisc AttCode SNStr LN AttIMNO AttIMDESC IN) ;; insert...

Part and Inventory Search