Yes you can. Look at the ssget stuff to filter for certain things. Example: (setq ss (ssget "x" ; this gets all items in the drawing '((0 . "INSERT")(2 . "BLOCKNAME")) ; here is your filter ) ; this just ends the setq ss, which is the selection set of what you want. Hope this helps, Tim