>>"There are some attributes in the titleblock which will ask for entering the values as I do the pasteclip."
You doesn't paste lines and attribute definitions, you are creating a new Block and blockreference... Wrong thing.
This is not a usual happening, your program-or-your file(s) doesn't works as it should!
Or you are using the wrong command, for _pasteblock it would be right, but it is the wrong command with a wrong result.
_PASTECLIP shouldn't create a new block and a blockreference => no attributes => no question about attribute values.Read this ans 100 other threads where other people had the same issue
https://forums.autodesk.com/t5/autocad-forum/ctrl-v-is-pasting-as-a-block/td-p/5128540
>>"- If I could do with the move command it would not ask for entering the attribute values. "
You doesn't understand that attributdefinitions never askl for a attribute value and if it happens,
there is something wrong!? 😉
>>"Any Idea how to resolve without entering the attribute value?"
1. You have a buggy system or file, this process should ask for attribute values
because these steps SHOULD insert attdefs and lines and not a blockreference with attributes.
2. If you have another case where you want to insert blockreferences, you can controle by ATTDIA and ATTREQ [F1]-Help for more informations
Note, Extmin and also the pasteclip way is just NEAR TO what you want, it is not exactly - but the best way without programming.
Just a workaround, but better than nothing 😉
If you like to check the result: New empty file, draw one RECTANGle, set Luprec to 8
and try both macros (cutclip/pasteclip works a bit better than EXMIN coordinate).
EXTMIN way
^C^C^C_.UCS;_world;_.ZOOM;_extents;_.MOVE;_all;;$M=$(getvar,EXTMIN);_none;0,0,0;_.ZOOM;_extents
and
CUTCLIP way
^C^C^C_.CUTCLIP;_all;;_.PASTECLIP;_none;*0,0,0;_.ZOOM;_extents