What exactly do you want to explode? I can't see a reason to explode mtext or polylines, can you? Before using the command you should make sure all layers are unlocked as Doug Barr explained. If you want to include everything, you need to delete the (list (cons 0 . "insert")) but then it will error out because it tries to explode unexplodable objects. To include mtext and polyline, modify: (list (cons 0 . "insert,mtext,LWPOLYLINE")) If you explode polylines, you lose the width and curve fit parameters.