There is quite abit about this on the messages, but i am abit stuck. I found this: finally, use sendcommand to send the following statement: (command "_.break" (handent <<handle>>) "f" <<point>> @ "") Now, if I have an AcadObject (call it ent) and I have a point, call it breakPnt, how do I put those into a string as above to pass to SendCommand? I don't know how to do the handent <<handle>> and <<point>> bits in building the string. In lisp I did: (command "break" e "f" pt pt) But VBA?