Cut and paste values only? to avoid copy>paste values> select initial cells>clear cells

Carlo22

New Member
Joined
Dec 23, 2013
Messages
11
Hi,

I'm looking for a way to easily move only values from one cell selection to another. The formating of both the source and the destination cells are to remain the same.

So far I couldn't manage to find a solution in this forum or elsewhere.

Does someone here have a solution? Thanks!
 

Excel Facts

Round to nearest half hour?
Use =MROUND(A2,"0:30") to round to nearest half hour. Use =CEILING(A2,"0:30") to round to next half hour.
What range of cells needs to be cut? On what worksheet?
What is the destination for the cells? In fact, Excel VBA knows the method "Cut".
Also, if you use the Macro Recorder, you will be presented with working code.

But in general, I prefer copy and clear original cells...
 
Upvote 0
Hi Wigi,
thanks for the reply. I was looking for a convenient and "fool"-proof method to do this. As my colleagues also have to work with the file, I try to keep VBA out of it and stay with the oldschool way of copy>paste>go back> delete.
 
Upvote 0
Then you could teach your colleagues to do a copy/paste special values, and then go back to the first cell and clear the contents.
 
Upvote 0
Hi Wigi,
I guess you're right. Another option would be to convert ranges into tables - that would at least allow moving of lines within the table while the remaining lines "make room".

Regards,
Volker
 
Upvote 0

Forum statistics

Threads
1,214,978
Messages
6,122,549
Members
449,089
Latest member
davidcom

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top