Is it possible to do a DDATTE on a block that is already in a drawing but call it by name instead of manually selecting it. I'm currently inserting the block and then using (COMMAND "DDATTE" "" "LAST") Here is an example: (DEFUN C:ISSL () (COMMAND "INSERT" "SSL" "7'3 17/32,81'3 15/16" "" "" "") (COMMAND "" "" "" "" "" "" "" "" "" "") (COMMAND "DDATTE" "" "LAST") ) Thank you.