yes, still doesn't work. Here is the code I have: (if (ssget "X" (list (cons 0 "INSERT") (cons 2 "2COL-AddROW"))) (progn (alert "Block Already Exists! Use COPY Command To Instance Block") (command "-layer" "S" "notes" "" "" "-insert" "DashTable-2COL-AddROW.dwg" DashTable-2COLbip "" "" "0") );progn close );if close Collin