I have to make a VBA routine, for inserting a block: I made this, but it doesn't work. Does anybody knows how I could fix it? Sub InsertBlock() ' Insert the block Set blockRefObj = ThisDrawing.ModelSpace.InsertBlock(, , "vkb.dwg", 1, 1, 1, 0) End Sub