Hi NG; Is i possible to paste object through VBA. I would copy some entities in drawing1 and want to paste them in drawing2 as a group. To do this I thougt of using PASTEBLOCK command and then explode it in VBA and creating a group of the entities. The problem is that if I use PASTEBLOCK through VBA with SendCommand the code will not wait for the user to pick a point. Any ideas how to solve this? TIA David