I am trying to create this routine that will insert in block "2COL-AddROW". If that block already exists, then I want an alert message to pop up and not re-insert it in. I have sample code below but doesn't seem to be working. Can anyone assist? (if (not (tblsearch "block" 2COL-AddROW) (Alert "test") (if (tblsearch "block" DashTable-2COL) (progn (command "-layer" "S" "notes" "" "" "-insert" "DashTable-2COL-AddROW.dwg" DashTable-2COLbip "" "" "0") ) ) )) TIA Collin