I have a Google sheet I want to move only values of specific cells to specific cells from one tab to another at required destination only when I will click a move button present in the tab How will it be done
I know only basics of copy paste but not in detail
Assuming that you wish to move them to the same cell locations on another sheet:
Select the cells on the source sheet before running the function.
Support Function
Since your question was incomplete I imagine you will have follow up questions.
A different solution:
google apps script:
html: ('ah2')
Demo:
The thing I really like about functions with dialogs is that you can really tweak them a lot to do things that you want to add laterl
gas:
html:
Demo: